summaryrefslogtreecommitdiffstats
path: root/make/custom/sim68000.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:59:25 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-05-08 22:59:25 +0000
commit93f79c0f8b5521313221c755a12f04ba230cf14b (patch)
treea72fad36712c1c9aa09a02ce33e143bd54cdfea1 /make/custom/sim68000.cfg
parent2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-93f79c0f8b5521313221c755a12f04ba230cf14b.tar.bz2
2001-05-07 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* leaf.cfg: Remove CFLAGS_DEBUG_OPTIMIZE_V. * compilers/gcc-no_bsp.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-portsw.cfg: Remove CPP_CC_FLAGS. * compilers/gcc-target-default.cfg: Remove *_DEBUG_OPTIMIZE_*-flags, remove unused flags, remove -ansi from CPP. * custom/eth_comm.cfg: Remove CPU_DEFINES. * custom/sim68000.cfg: Remove CPU_DEFINES.
Diffstat (limited to 'make/custom/sim68000.cfg')
-rw-r--r--make/custom/sim68000.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index 8ac73c4933..d0ad22debd 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -19,12 +19,6 @@ endif
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=sim68000
-#
-# This contains the compiler options necessary to select the CPU model
-# and (hopefully) optimize for it.
-#
-CPU_DEFINES =
-
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V=-O4 -fomit-frame-pointer