sim: mips: delete TARGET_TX3904 define

With the LMA cleanup, we no longer need this define.
This commit is contained in:
Mike Frysinger 2015-12-24 22:37:11 -05:00
parent cb379ede3c
commit ef04e37198
3 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,8 @@
2015-12-24 Mike Frysinger <vapier@gentoo.org>
* configure.ac (SIM_SUBTARGET): Drop -DTARGET_TX3904=1.
* configure: Regenerated.
2015-12-24 Mike Frysinger <vapier@gentoo.org>
* sim-main.h (SIM_QUIET_NAN_NEGATED): Move from tconfig.h.

1
sim/mips/configure vendored
View File

@ -13981,7 +13981,6 @@ case "${target}" in
mips*tx39*)
hw_enabled=yes
hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
;;
*)
;;

View File

@ -444,7 +444,6 @@ case "${target}" in
mips*tx39*)
hw_enabled=yes
hw_extra_devices="tx3904cpu tx3904irc tx3904tmr tx3904sio"
SIM_SUBTARGET="$SIM_SUBTARGET -DTARGET_TX3904=1"
;;
*)
;;