forked from Imagelibrary/rtems
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:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user