forked from Imagelibrary/rtems
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -9,7 +9,6 @@
|
||||
# differs.
|
||||
#
|
||||
|
||||
RTEMS_MVME162_MODEL=mvme162lx
|
||||
RTEMS_BSVC_MODEL=simcpu32
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/sim68000.cfg
|
||||
|
||||
Reference in New Issue
Block a user