summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/ChangeLog5
-rw-r--r--make/custom/sim68000.cfg2
-rw-r--r--make/custom/simcpu32.cfg1
3 files changed, 6 insertions, 2 deletions
diff --git a/make/ChangeLog b/make/ChangeLog
index 217dce9c1c..19a5df4e57 100644
--- a/make/ChangeLog
+++ b/make/ChangeLog
@@ -1,4 +1,9 @@
+2001-01-03 Joel Sherrill <joel@OARcorp.com>
+
+ * custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
+ * custom/simcpu32.cfg: Removed MVME162 reference.
+
2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
* custom/mcp750.cfg: Fix problems in generation of .exe file.
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