bsps/arm: Delete obsolete compiler flags

These flags are obsolete with the EABI based ARM tool chain.
This commit is contained in:
Sebastian Huber
2014-09-11 15:05:02 +02:00
parent 4c9f02d3b3
commit 74493f053e
12 changed files with 11 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=mc9328mxl
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS = -mcpu=arm920
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=at91rm9200
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm920 -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS = -mcpu=arm920
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=arm7tdmi
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -10,8 +10,7 @@ RTEMS_CPU_MODEL=arm7tdmi
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
#CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL) -mthumb -mthumb-interwork -msoft-float -mstructure-size-boundary=8
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL)
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -9,7 +9,6 @@ RTEMS_CPU_MODEL=arm1136
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=arm1136jf-s
# optimize flag: typically -O2

View File

@@ -9,8 +9,7 @@ RTEMS_CPU_MODEL=arm920
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
# CPU_CFLAGS = -mcpu=arm920 -mstructure-size-boundary=8
CPU_CFLAGS = -mcpu=arm920 -mfloat-abi=soft -mfpu=vfp
CPU_CFLAGS = -mcpu=arm920
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=s3c2400
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mstructure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C2400
CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2400
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=pxa255
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=xscale -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS = -mcpu=xscale
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g

View File

@@ -10,8 +10,7 @@ RTEMS_CPU_MODEL=arm9tdmi
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=$(RTEMS_CPU_MODEL) -mfpu=vfp -mfloat-abi=soft
CPU_CFLAGS += -mthumb-interwork ## -D __THUMB_INTERWORK__ -mthumb
CPU_CFLAGS = -mcpu=$(RTEMS_CPU_MODEL)
# optimize flag: typically -O2
#CFLAGS_OPTIMIZE_V = -O0 -ggdb

View File

@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=lpc22xx
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
CPU_CFLAGS = -mstructure-size-boundary=8 -mcpu=arm7tdmi -mfpu=vfp -mfloat-abi=soft -mapcs-frame
CPU_CFLAGS = -mcpu=arm7tdmi
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS

View File

@@ -8,8 +8,7 @@
include $(RTEMS_ROOT)/make/custom/rtl22xx.cfg
CPU_CFLAGS += -mthumb \
-fno-schedule-insns2
CPU_CFLAGS += -mthumb
#CFLAG: -mthumb-interwork can add veneer between ARM and Thumb code.
#CPU_CFLAGS += -mthumb-interwork -D __THUMB_INTERWORK__ -mthumb

View File

@@ -9,7 +9,7 @@ RTEMS_CPU_MODEL=s3c2410
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
CPU_CFLAGS = -mstructure-size-boundary=32 -mcpu=arm920t -mfpu=vfp -mfloat-abi=soft -DCPU_S3C2410
CPU_CFLAGS = -mcpu=arm920t -DCPU_S3C2410
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g