2001-01-03 Joel Sherrill <joel@OARcorp.com>

* custom/sim68000.cfg: Corrected CPU model for simcpu32 configuration.
	* custom/simcpu32.cfg: Removed MVME162 reference.
This commit is contained in:
Joel Sherrill
2001-01-03 16:47:16 +00:00
parent 5e67b98dfd
commit 80cc928626
3 changed files with 6 additions and 2 deletions

View File

@@ -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> 2000-12-14 Emmanuel Raguet <raguet@crf.canon.fr>
* custom/mcp750.cfg: Fix problems in generation of .exe file. * custom/mcp750.cfg: Fix problems in generation of .exe file.

View File

@@ -8,7 +8,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k RTEMS_CPU=m68k
ifeq ($(RTEMS_BSVC_MODEL),simcpu32) ifeq ($(RTEMS_BSVC_MODEL),simcpu32)
RTEMS_CPU_MODEL=cpu32 RTEMS_CPU_MODEL=mcpu32
CPU_CFLAGS = -mcpu32 CPU_CFLAGS = -mcpu32
else else
RTEMS_BSVC_MODEL=sim68000 RTEMS_BSVC_MODEL=sim68000

View File

@@ -9,7 +9,6 @@
# differs. # differs.
# #
RTEMS_MVME162_MODEL=mvme162lx
RTEMS_BSVC_MODEL=simcpu32 RTEMS_BSVC_MODEL=simcpu32
include $(RTEMS_ROOT)/make/custom/sim68000.cfg include $(RTEMS_ROOT)/make/custom/sim68000.cfg