summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:58:13 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:34 -0500
commit3d43c475d6ce84b3cc44b0b9925b11b565a8d11f (patch)
treef5e48af0898b45ec7001c1555f4f7514d6515226 /bsps
parentt32mppc: Move -Dxxx to configure.ac (diff)
downloadrtems-3d43c475d6ce84b3cc44b0b9925b11b565a8d11f.tar.bz2
tqm8xx: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/tqm8xx/config/tqm8xx.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/bsps/powerpc/tqm8xx/config/tqm8xx.inc b/bsps/powerpc/tqm8xx/config/tqm8xx.inc
index f9a31d0835..0887110964 100644
--- a/bsps/powerpc/tqm8xx/config/tqm8xx.inc
+++ b/bsps/powerpc/tqm8xx/config/tqm8xx.inc
@@ -6,8 +6,7 @@ include $(RTEMS_ROOT)/make/custom/default.cfg
RTEMS_CPU=powerpc
-CPU_CFLAGS = -mcpu=860 -Dmpc860 \
- -mstrict-align -fno-strict-aliasing \
+CPU_CFLAGS = -mcpu=860 -mstrict-align -fno-strict-aliasing \
-meabi -msdata=sysv -fno-common
# optimize flag: typically -O2