summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 09:54:50 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:33 -0500
commitb06e8d613232026daebe190fc6d278826e5737d8 (patch)
treec991429912607c8f49e223d7ce6176cfca3ab505 /bsps
parentpsim: Move -Dxxx to configure.ac (diff)
downloadrtems-b06e8d613232026daebe190fc6d278826e5737d8.tar.bz2
qemuppc: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/qemuppc/config/qemuppc.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/qemuppc/config/qemuppc.cfg b/bsps/powerpc/qemuppc/config/qemuppc.cfg
index f424ec22ee..5e919c1b9f 100644
--- a/bsps/powerpc/qemuppc/config/qemuppc.cfg
+++ b/bsps/powerpc/qemuppc/config/qemuppc.cfg
@@ -8,7 +8,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
-CPU_CFLAGS = -mcpu=603e -Dppc603e
+CPU_CFLAGS = -mcpu=603e
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions