summaryrefslogtreecommitdiffstats
path: root/make/custom/gen68340.cfg
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:19:35 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1998-10-15 19:19:35 +0000
commitfae18771ec48067998f80e67ce965eb0b1e60ecc (patch)
treeb12d9d84723a99437f17036bf94d541e52b280d5 /make/custom/gen68340.cfg
parentUpdated for the i386ex and deprecated BSPs. (diff)
downloadrtems-fae18771ec48067998f80e67ce965eb0b1e60ecc.tar.bz2
Removed unnecessary settings.
Diffstat (limited to '')
-rw-r--r--make/custom/gen68340.cfg6
1 files changed, 0 insertions, 6 deletions
diff --git a/make/custom/gen68340.cfg b/make/custom/gen68340.cfg
index 2f50fa0099..826f3fc6b9 100644
--- a/make/custom/gen68340.cfg
+++ b/make/custom/gen68340.cfg
@@ -6,7 +6,6 @@
RTEMS_CPU=m68k
-TARGET_ARCH=o-gen68340
RTEMS_CPU_MODEL=mcpu32
include $(RTEMS_ROOT)/make/custom/default.cfg
@@ -14,11 +13,6 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=gen68340
-## Target compiler config file, if any
-CONFIG.$(TARGET_ARCH).CC = $(RTEMS_ROOT)/make/compilers/gcc-target-default.cfg
-
-RTEMS_BSP=gen68340
-
CPU_CFLAGS = -mcpu32
# optimize flag: typically -0, could use -O4 or -fast