summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/eth_comm.cfg2
-rw-r--r--make/custom/sim68000.cfg6
2 files changed, 0 insertions, 8 deletions
diff --git a/make/custom/eth_comm.cfg b/make/custom/eth_comm.cfg
index df194decb2..10a04889d4 100644
--- a/make/custom/eth_comm.cfg
+++ b/make/custom/eth_comm.cfg
@@ -14,8 +14,6 @@ CPU_TYPE=860
RTEMS_BSP_FAMILY=eth_comm
RTEMS_PPC_EXCEPTION_PROCESSING_MODEL=new
-CPU_DEFINES=
-
# This section makes the target dependent options file.
# PPC_VECTOR_FILE_BASE (PowerPC)
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