summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 10:28:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 10:28:19 +0000
commit20a53db80bc0cba9151e1cabe0ecf364ca9ba949 (patch)
tree14fcec817870159028dceae1451f3c162787fcde /make/custom
parent2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-20a53db80bc0cba9151e1cabe0ecf364ca9ba949.tar.bz2
Remove -Dvirtex.
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/virtex.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/virtex.cfg b/make/custom/virtex.cfg
index 3f8cf8c032..8351d55742 100644
--- a/make/custom/virtex.cfg
+++ b/make/custom/virtex.cfg
@@ -15,7 +15,7 @@ RTEMS_BSP_FAMILY=virtex
# This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it.
#
-CPU_CFLAGS = -mcpu=403 -Dppc405 -Dvirtex
+CPU_CFLAGS = -mcpu=403 -Dppc405
# optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS