summaryrefslogtreecommitdiffstats
path: root/make
diff options
context:
space:
mode:
Diffstat (limited to 'make')
-rw-r--r--make/ChangeLog4
-rw-r--r--make/custom/h8sxsim.cfg2
2 files changed, 5 insertions, 1 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 36e73f83bd..fab6606b61 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -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.
diff --git a/make/custom/h8sxsim.cfg b/make/custom/h8sxsim.cfg
index 30db4c1e9a..b242b67d66 100644
--- a/make/custom/h8sxsim.cfg
+++ b/make/custom/h8sxsim.cfg
@@ -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