summaryrefslogtreecommitdiffstats
path: root/bsps/arm/lpc24xx/config/lpc40xx.inc
diff options
context:
space:
mode:
Diffstat (limited to 'bsps/arm/lpc24xx/config/lpc40xx.inc')
-rw-r--r--bsps/arm/lpc24xx/config/lpc40xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/arm/lpc24xx/config/lpc40xx.inc b/bsps/arm/lpc24xx/config/lpc40xx.inc
index 5460a95f54..a3fb48a4b9 100644
--- a/bsps/arm/lpc24xx/config/lpc40xx.inc
+++ b/bsps/arm/lpc24xx/config/lpc40xx.inc
@@ -6,7 +6,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU = arm
-CPU_CFLAGS = -mthumb -march=armv7-m -mfpu=fpv4-sp-d16 -mfloat-abi=hard -mtune=cortex-m4
+CPU_CFLAGS = -mthumb -mcpu=cortex-m4 -mfpu=fpv4-sp-d16 -mfloat-abi=hard
CFLAGS_OPTIMIZE_V = -O2 -g
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections