This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: mips-rtems4.11 sim undefined error


On Tue, Sep 4, 2012 at 12:57 PM, Joel Sherrill wrote:
> --- configure.ac    4 Jan 2012 08:28:20 -0000    1.18
> +++ configure.ac    4 Sep 2012 15:45:13 -0000
> @@ -413,7 +413,7 @@
>      SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
>      ;;
>    *)
> -    mips_extra_objs=""
> +    mips_extra_objs="dv-sockser.o"
>      ;;
>  esac

considering mips_extra_objs is now the same value for all targets, i
would pull it out of the case statement and move it down below
-mike


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]