Remove -Dvirtex.

This commit is contained in:
Ralf Corsepius
2008-10-02 10:28:19 +00:00
parent 10de6e1931
commit 20a53db80b

View File

@@ -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