From e3179a369ee722de02b5229d9e00b6c860672121 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 5 Nov 2004 15:41:17 +0000 Subject: 2004-11-05 Joel Sherrill * 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. --- make/custom/csb337.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make/custom/csb337.cfg') diff --git a/make/custom/csb337.cfg b/make/custom/csb337.cfg index d721334eda..a33c08998f 100644 --- a/make/custom/csb337.cfg +++ b/make/custom/csb337.cfg @@ -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 -- cgit v1.2.3