summaryrefslogtreecommitdiffstats
path: root/make/custom/simcpu32.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/simcpu32.cfg
parent * vmeUniverse/vmeTsi148.h: user now must define a symbol (diff)
downloadrtems-0c642539f20904a139fb2851d18d9a55ffce8729.tar.bz2
Cleanup.
Diffstat (limited to '')
-rw-r--r--make/custom/simcpu32.cfg6
1 files changed, 1 insertions, 5 deletions
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
index d9c6bcc639..c548591960 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -13,13 +13,9 @@ CPU_CFLAGS = -mcpu32
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=sim68000
-# optimize flag: typically -0, could use -O4 or -fast
-# -O4 is ok for RTEMS
+# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer
-# debugging please
-CFLAGS_DEBUG_V =
-
# The following are definitions of make-exe which will work using ld as
# is currently required. It is expected that as of gcc 2.8, the end user
# will be able to override parts of the compilers specs and link using gcc.