2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>

* custom/h8sxsim.cfg: Small H8SX should be optimized for size.
This commit is contained in:
Joel Sherrill
2009-02-11 20:37:51 +00:00
parent 938c666e87
commit e856d14ae5
2 changed files with 5 additions and 1 deletions

View File

@@ -1,3 +1,7 @@
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/h8sxsim.cfg: Small H8SX should be optimized for size.
2009-02-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* Makefile.am: Regenerate list of custom/*.cfg.

View File

@@ -18,4 +18,4 @@ RTEMS_BSP_FAMILY=h8sim
CPU_CFLAGS = -msx
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V = -Os -g