mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-03 13:23:00 +08:00
2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Always link against dv-sockser.o. * configure: Regenerate.
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
|
||||
|
||||
* configure.ac: Always link against dv-sockser.o.
|
||||
* configure: Regenerate.
|
||||
|
||||
2012-06-15 Joel Brobecker <brobecker@adacore.com>
|
||||
|
||||
* config.in, configure: Regenerate.
|
||||
|
3
sim/mips/configure
vendored
3
sim/mips/configure
vendored
@ -5845,11 +5845,9 @@ case "${target}" in
|
||||
mips*tx39*)
|
||||
hw_enabled=yes
|
||||
hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
|
||||
mips_extra_objs="dv-sockser.o"
|
||||
SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
|
||||
;;
|
||||
*)
|
||||
mips_extra_objs=""
|
||||
;;
|
||||
esac
|
||||
|
||||
@ -5956,6 +5954,7 @@ fi
|
||||
;;
|
||||
esac
|
||||
|
||||
mips_extra_objs="dv-sockser.o"
|
||||
|
||||
|
||||
|
||||
|
@ -409,14 +409,13 @@ case "${target}" in
|
||||
mips*tx39*)
|
||||
hw_enabled=yes
|
||||
hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
|
||||
mips_extra_objs="dv-sockser.o"
|
||||
SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
|
||||
;;
|
||||
*)
|
||||
mips_extra_objs=""
|
||||
;;
|
||||
esac
|
||||
SIM_AC_OPTION_HARDWARE($hw_enabled,$hw_devices,$hw_extra_devices)
|
||||
mips_extra_objs="dv-sockser.o"
|
||||
AC_SUBST(mips_extra_objs)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user