summaryrefslogtreecommitdiffstats
path: root/make/custom
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 /make/custom
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.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/h8sxsim.cfg2
1 files changed, 1 insertions, 1 deletions
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