From: Jiri Gaisler Date: Thu, 19 Feb 2015 22:31:23 +0000 (+0100) Subject: sim/erc32: Remove unused defines in Makefile and switch off statistics X-Git-Tag: users/hjl/linux/release/2.25.51.0.2~2^2~37^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=bb6ead917c6aa8159281cac13b603e43035dcea3;p=thirdparty%2Fbinutils-gdb.git sim/erc32: Remove unused defines in Makefile and switch off statistics --- diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index f50bdbffcb1..ceffd64de87 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,7 @@ +2015-02-21 Jiri Gaisler + + * Makefile.in: Remove unused defines + 2015-02-21 Jiri Gaisler * float.c (get_accex, clear_accex, set_fsr): Use functions from fenv.h diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 9c166cecda0..418e7e4874e 100644 --- a/sim/erc32/Makefile.in +++ b/sim/erc32/Makefile.in @@ -30,7 +30,7 @@ SIM_EXTRA_CLEAN = clean-sis # UARTS run at about 115200 baud (simulator time). Add -DFAST_UART to # CFLAGS if faster (infinite) UART speed is desired. Might affect the # behaviour of UART interrupt routines ... -SIM_EXTRA_CFLAGS = -DSTAT -DFAST_UART -DIUREV0 -DMECREV0 +SIM_EXTRA_CFLAGS = -DFAST_UART ## COMMON_POST_CONFIG_FRAG