mirror of
https://github.com/t-crest/rtems.git
synced 2025-11-16 12:34:47 +00:00
Remove -Dvirtex.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user