Remove ASFLAGS, CPU_ASFLAGS (Unused).

This commit is contained in:
Ralf Corsepius
2006-11-14 02:42:50 +00:00
parent af6c22d238
commit 72fbdbbeaf
4 changed files with 0 additions and 8 deletions

View File

@@ -19,9 +19,7 @@ RTEMS_BSP_FAMILY=av5282
# This contains the compiler options necessary to select the CPU model # This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it. # and (hopefully) optimize for it.
CPU_CFLAGS = -m528x CPU_CFLAGS = -m528x
CPU_ASFLAGS = -m528x
ASFLAGS = -m528x
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS # optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer

View File

@@ -18,8 +18,6 @@ RTEMS_BSP_FAMILY=csb360
# You must use versions of gcc and gas that support the -m5200 option. # You must use versions of gcc and gas that support the -m5200 option.
# #
CPU_CFLAGS = -m5200 CPU_CFLAGS = -m5200
CPU_ASFLAGS = -m5200
ASFLAGS = -m5200
# optimize flag: typically -0, could use -O4 or -fast # optimize flag: typically -0, could use -O4 or -fast
# It looks like any optimization level > 0 causes problems # It looks like any optimization level > 0 causes problems

View File

@@ -18,8 +18,6 @@ RTEMS_BSP_FAMILY=mcf5206elite
# You must use versions of gcc and gas that support the -m5200 option. # You must use versions of gcc and gas that support the -m5200 option.
# #
CPU_CFLAGS = -m5200 CPU_CFLAGS = -m5200
CPU_ASFLAGS = -m5200
ASFLAGS = -m5200
# optimize flag: typically -0, could use -O4 or -fast # optimize flag: typically -0, could use -O4 or -fast
# -O4 is ok for RTEMS # -O4 is ok for RTEMS

View File

@@ -19,9 +19,7 @@ RTEMS_BSP_FAMILY=mcf5235
# This contains the compiler options necessary to select the CPU model # This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it. # and (hopefully) optimize for it.
CPU_CFLAGS = -m528x CPU_CFLAGS = -m528x
CPU_ASFLAGS = -m528x
ASFLAGS = -m528x
# optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS # optimize flag: typically -0, could use -O4 or -fast, -O4 is ok for RTEMS
CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer CFLAGS_OPTIMIZE_V= -O4 -fomit-frame-pointer