2012-09-03 Joel Sherrill <joel.sherrill@oarcorp.com>
* configure.ac: Always link against dv-sockser.o. * configure: Regenerate.
This commit is contained in:
parent
b3e14edafc
commit
87c8644f8b
3 changed files with 7 additions and 4 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue