From a472319e8d71a4c21351b30fb405ba483f0f9e78 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 14 Nov 2006 02:32:19 +0000 Subject: Remove ASFLAGS, CPU_ASFLAGS (Unused) --- make/custom/av5282.cfg | 2 -- make/custom/csb360.cfg | 2 -- make/custom/mcf5206elite.cfg | 2 -- make/custom/mcf5235.cfg | 2 -- 4 files changed, 8 deletions(-) (limited to 'make/custom') 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 -- cgit v1.2.3