summaryrefslogtreecommitdiffstats
path: root/make/custom
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2006-11-14 02:32:19 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2006-11-14 02:32:19 +0000
commita472319e8d71a4c21351b30fb405ba483f0f9e78 (patch)
treead1df2cf1b38a9c2949fc64044003aa583f5a667 /make/custom
parent2006-11-12 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-a472319e8d71a4c21351b30fb405ba483f0f9e78.tar.bz2
Remove ASFLAGS, CPU_ASFLAGS (Unused)
Diffstat (limited to 'make/custom')
-rw-r--r--make/custom/av5282.cfg2
-rw-r--r--make/custom/csb360.cfg2
-rw-r--r--make/custom/mcf5206elite.cfg2
-rw-r--r--make/custom/mcf5235.cfg2
4 files changed, 0 insertions, 8 deletions
diff --git a/make/custom/av5282.cfg b/make/custom/av5282.cfg
index 9aacef758c..a31eacc5d2 100644
--- a/make/custom/av5282.cfg
+++ b/make/custom/av5282.cfg
@@ -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
diff --git a/make/custom/csb360.cfg b/make/custom/csb360.cfg
index 1230114716..01e1a5960a 100644
--- a/make/custom/csb360.cfg
+++ b/make/custom/csb360.cfg
@@ -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
diff --git a/make/custom/mcf5206elite.cfg b/make/custom/mcf5206elite.cfg
index 76a741bbe5..776a50c13c 100644
--- a/make/custom/mcf5206elite.cfg
+++ b/make/custom/mcf5206elite.cfg
@@ -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
diff --git a/make/custom/mcf5235.cfg b/make/custom/mcf5235.cfg
index 65fc5eaf95..e7e61ce0b6 100644
--- a/make/custom/mcf5235.cfg
+++ b/make/custom/mcf5235.cfg
@@ -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