summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:49:22 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:32 -0500
commit1e84462d9dd0daaeec4d1a20655deaa44fefa9b8 (patch)
tree146ac93298b76fde1b3c81b106bb9dc62e13060d /bsps
parentmotorola_powerpc: Move -Dxxx to configure.ac (diff)
downloadrtems-1e84462d9dd0daaeec4d1a20655deaa44fefa9b8.tar.bz2
mpc55xxevb: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/mpc55xxevb/config/mpc55xx.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc b/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc
index 5b0b843ac4..56c580156b 100644
--- a/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc
+++ b/bsps/powerpc/mpc55xxevb/config/mpc55xx.inc
@@ -15,7 +15,7 @@ CPU_CFLAGS_FLOAT ?= -msoft-float -mno-spe
# FIXME
CPU_CFLAGS = -mcpu=8540 -meabi -msdata=sysv -fno-common $(CPU_CFLAGS_FLOAT) \
- -D__ppc_generic -mstrict-align
+ -mstrict-align
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
CFLAGS_OPTIMIZE_V += -ffunction-sections -fdata-sections