2002-08-06 Joel Sherrill <joel@OARcorp.com>

* custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
	custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
This commit is contained in:
Joel Sherrill
2002-08-06 20:15:43 +00:00
parent 74f15b6065
commit 26f27836a7
5 changed files with 9 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2002-08-06 Joel Sherrill <joel@OARcorp.com>
* custom/efi332.cfg, custom/gen68340.cfg, custom/gen68360.cfg,
custom/mrm332.cfg: Use more proper CPU models so libcpu knows more.
2002-08-06 Chris Ziomkowski <chris@asics.ws> 2002-08-06 Chris Ziomkowski <chris@asics.ws>
* custom/or32sim.cfg: New file added as part of merge from * custom/or32sim.cfg: New file added as part of merge from

View File

@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcpu32 RTEMS_CPU_MODEL=m68332
# This is the actual bsp directory used during the build process. # This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=efi332 RTEMS_BSP_FAMILY=efi332

View File

@@ -6,7 +6,7 @@
RTEMS_CPU=m68k RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcpu32 RTEMS_CPU_MODEL=m68340
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg

View File

@@ -9,7 +9,7 @@ RTEMS_CPU=m68k
ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes) ifeq ($(RTEMS_GEN68360_COMPANION_MODE),yes)
RTEMS_CPU_MODEL=m68040 RTEMS_CPU_MODEL=m68040
else else
RTEMS_CPU_MODEL=mcpu32p RTEMS_CPU_MODEL=m68360
endif endif
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg

View File

@@ -7,7 +7,7 @@
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=m68k RTEMS_CPU=m68k
RTEMS_CPU_MODEL=mcpu32 RTEMS_CPU_MODEL=m68332
# This is the actual bsp directory used during the build process. # This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=mrm332 RTEMS_BSP_FAMILY=mrm332