summaryrefslogtreecommitdiffstats
path: root/make/custom/ts_386ex.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-30 06:46:38 +0000
commit0c642539f20904a139fb2851d18d9a55ffce8729 (patch)
treeeddbdfa1e4148db59036b942264e79bc3eb605e0 /make/custom/ts_386ex.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to 'make/custom/ts_386ex.cfg')
-rw-r--r--make/custom/ts_386ex.cfg4
1 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/ts_386ex.cfg b/make/custom/ts_386ex.cfg
index 71932c2fd7..dedc19a33b 100644
--- a/make/custom/ts_386ex.cfg
+++ b/make/custom/ts_386ex.cfg
@@ -18,9 +18,7 @@ RTEMS_BSP_FAMILY=ts_386ex
#
CPU_CFLAGS =-msoft-float -mno-fp-ret-in-387
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
-# -fomit-frame-pointer breaks debugging and C++ exceptions
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V= -O4
# Something like this should produce a map file but this does not work.