summaryrefslogtreecommitdiffstats
path: root/bsps
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-05-16 10:07:26 -0500
committerJoel Sherrill <joel@rtems.org>2018-05-18 08:22:35 -0500
commiteaf5bec4cd37c5e2a2659208ff937a635182933a (patch)
tree96dc876cf9083d884a39692c841a35a0a0b457ff /bsps
parentvirtex4: Move -Dxxx to configure.ac (diff)
downloadrtems-eaf5bec4cd37c5e2a2659208ff937a635182933a.tar.bz2
virtex5: Move -Dxxx to configure.ac
Updates #3425.
Diffstat (limited to 'bsps')
-rw-r--r--bsps/powerpc/virtex5/config/virtex5.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsps/powerpc/virtex5/config/virtex5.cfg b/bsps/powerpc/virtex5/config/virtex5.cfg
index 6f039da854..cb260db061 100644
--- a/bsps/powerpc/virtex5/config/virtex5.cfg
+++ b/bsps/powerpc/virtex5/config/virtex5.cfg
@@ -5,7 +5,7 @@ RTEMS_CPU=powerpc
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=440 -Dppc440 -msoft-float
+CPU_CFLAGS = -mcpu=440 -msoft-float
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions