diff options
-rw-r--r-- | sim/erc32/ChangeLog | 4 | ||||
-rw-r--r-- | sim/erc32/Makefile.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index f50bdbf..ceffd64 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,5 +1,9 @@ 2015-02-21 Jiri Gaisler <jiri@gaisler.se> + * Makefile.in: Remove unused defines + +2015-02-21 Jiri Gaisler <jiri@gaisler.se> + * float.c (get_accex, clear_accex, set_fsr): Use functions from fenv.h instead of custom assembly. diff --git a/sim/erc32/Makefile.in b/sim/erc32/Makefile.in index 9c166ce..418e7e4 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 |