mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-28 07:20:16 +00:00
2004-11-05 Joel Sherrill <joel@OARcorp.com>
* custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an architecture name for RTEMS. Since this was used as the -mcpu argument to GCC, that also had to be changed.
This commit is contained in:
@@ -1,3 +1,9 @@
|
||||
2004-11-05 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
* custom/csb336.cfg, custom/csb337.cfg: RTEMS_CPU must match an
|
||||
architecture name for RTEMS. Since this was used as the -mcpu
|
||||
argument to GCC, that also had to be changed.
|
||||
|
||||
2004-10-26 Eric Norum <norume@aps.anl.gov
|
||||
|
||||
* custom/mvme5500.cfg: -Wa,-m7450 until gcc/gas get their acts together
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU=arm920
|
||||
RTEMS_CPU=arm
|
||||
RTEMS_CPU_MODEL=mc9328mxl
|
||||
|
||||
# This is the actual bsp directory used during the build process.
|
||||
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=csb336
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=$(RTEMS_CPU) -mstructure-size-boundary=8 -msoft-float
|
||||
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 -msoft-float
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
include $(RTEMS_ROOT)/make/custom/default.cfg
|
||||
|
||||
RTEMS_CPU=arm920
|
||||
RTEMS_CPU=arm
|
||||
RTEMS_CPU_MODEL=at91rm9200
|
||||
|
||||
# This is the actual bsp directory used during the build process.
|
||||
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=csb337
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
#
|
||||
CPU_CFLAGS = -mcpu=$(RTEMS_CPU) -mstructure-size-boundary=8 -msoft-float
|
||||
CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8 -msoft-float
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
Reference in New Issue
Block a user