forked from Imagelibrary/rtems
Remove ASFLAGS, CPU_ASFLAGS (Unused)
This commit is contained in:
@@ -19,9 +19,7 @@ RTEMS_BSP_FAMILY=av5282
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
CPU_CFLAGS = -m528x
|
||||
CPU_ASFLAGS = -m528x
|
||||
|
||||
ASFLAGS = -m528x
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
|
||||
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
|
||||
|
||||
@@ -18,8 +18,6 @@ RTEMS_BSP_FAMILY=csb360
|
||||
# You must use versions of gcc and gas that support the -m5200 option.
|
||||
#
|
||||
CPU_CFLAGS = -m5200
|
||||
CPU_ASFLAGS = -m5200
|
||||
ASFLAGS = -m5200
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# It looks like any optimization level > 0 causes problems
|
||||
|
||||
@@ -18,8 +18,6 @@ RTEMS_BSP_FAMILY=mcf5206elite
|
||||
# You must use versions of gcc and gas that support the -m5200 option.
|
||||
#
|
||||
CPU_CFLAGS = -m5200
|
||||
CPU_ASFLAGS = -m5200
|
||||
ASFLAGS = -m5200
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast
|
||||
# -O4 is ok for RTEMS
|
||||
|
||||
@@ -19,9 +19,7 @@ RTEMS_BSP_FAMILY=mcf5235
|
||||
# This contains the compiler options necessary to select the CPU model
|
||||
# and (hopefully) optimize for it.
|
||||
CPU_CFLAGS = -m528x
|
||||
CPU_ASFLAGS = -m528x
|
||||
|
||||
ASFLAGS = -m528x
|
||||
|
||||
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
|
||||
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer
|
||||
|
||||
Reference in New Issue
Block a user