summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:47:16 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-01-03 16:47:16 +0000
commit80cc92862667171046b281ebb18dfcfe932cc31d (patch)
tree81757ab4b05c16e41002486faf8d68dc13fd3a00 /make/custom
parent2001-01-03 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-80cc92862667171046b281ebb18dfcfe932cc31d.tar.bz2
2001-01-03 Joel Sherrill <joel@OARcorp.com>
* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration. * custom/simcpu32.cfg: Removed MVME162 reference.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/sim68000.cfg2
-rw-r--r--make/custom/simcpu32.cfg1
2 files changed, 1 insertions, 2 deletions
diff --git a/make/custom/sim68000.cfg b/make/custom/sim68000.cfg
index 337a64e66e..8ac73c4933 100644
--- a/make/custom/sim68000.cfg
+++ b/make/custom/sim68000.cfg
@@ -8,7 +8,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k
ifeq ($(RTEMS_BSVC_MODEL),simcpu32)
-RTEMS_CPU_MODEL=cpu32
+RTEMS_CPU_MODEL=mcpu32
CPU_CFLAGS = -mcpu32
else
RTEMS_BSVC_MODEL=sim68000
diff --git a/make/custom/simcpu32.cfg b/make/custom/simcpu32.cfg
index 637c373f45..8e2be4ca7c 100644
--- a/make/custom/simcpu32.cfg
+++ b/make/custom/simcpu32.cfg
@@ -9,7 +9,6 @@
# differs.
#
-RTEMS_MVME162_MODEL=mvme162lx
RTEMS_BSVC_MODEL=simcpu32
include $(RTEMS_ROOT)/make/custom/sim68000.cfg