summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 10:01:09 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:34 -0500
commit4afc1efa7dc05de9b23f015a311fba31e52c824b (patch)
tree4693dc928da57d8dd59dea5d9c95171974c9104a /bsps
parenttqm8xx: Move -Dxxx to configure.ac (diff)
downloadrtems-4afc1efa7dc05de9b23f015a311fba31e52c824b.tar.bz2
virtex: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/virtex/config/virtex.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/virtex/config/virtex.cfg b/bsps/powerpc/virtex/config/virtex.cfg
index 412b0da7b9..c108b01bac 100644
--- a/bsps/powerpc/virtex/config/virtex.cfg
+++ b/bsps/powerpc/virtex/config/virtex.cfg
@@ -9,7 +9,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=403 -Dppc405 -meabi -msdata=sysv -fno-common
+CPU_CFLAGS = -mcpu=403 -meabi -msdata=sysv -fno-common
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS