sim/erc32: Remove unused defines in Makefile and switch off statistics
authorJiri Gaisler <jiri@gaisler.se>
Thu, 19 Feb 2015 22:31:23 +0000 (23:31 +0100)
committerMike Frysinger <vapier@gentoo.org>
Sun, 22 Feb 2015 04:22:10 +0000 (23:22 -0500)
sim/erc32/ChangeLog
sim/erc32/Makefile.in

index f50bdbffcb1e3431205742c153f8425e1f906c48..ceffd64de87d9360c4ac38dc06ca129ef7b50dbd 100644 (file)
@@ -1,3 +1,7 @@
+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
index 9c166cecda0da31b4b0d94722a59ea104c8d90cd..418e7e4874ee5e5dad528d4f4e7fdd70d3712d0d 100644 (file)
@@ -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
 
This page took 0.026371 seconds and 4 git commands to generate.