summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 20:37:51 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-02-11 20:37:51 +0000
commite856d14ae536c5686fdfec895f33455402009432 (patch)
treed4a1a37030a1673691581162b7b28c8cb4e97efb
parent2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-e856d14ae536c5686fdfec895f33455402009432.tar.bz2
2009-02-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* custom/h8sxsim.cfg: Small H8SX should be optimized for size.
-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