summaryrefslogtreecommitdiffstats
path: root/make/custom/csb336.cfg
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--make/custom/csb336.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/make/custom/csb336.cfg b/make/custom/csb336.cfg
index 18f5d3aff3..9d9d0d4780 100644
--- a/make/custom/csb336.cfg
+++ b/make/custom/csb336.cfg
@@ -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