2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>

* configure.ac: Always link against dv-sockser.o.
	* configure: Regenerate.
This commit is contained in:
Joel Sherrill 2012-09-04 21:40:46 +00:00
parent b3e14edafc
commit 87c8644f8b
3 changed files with 7 additions and 4 deletions

View file

@ -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
View file

@ -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"

View file

@ -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)