summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 08:13:09 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-10-02 08:13:09 +0000
commit8f9acb28037b6375c490d57595cb3836e1b7a2cd (patch)
tree50ea8912998bb700d32468e1d6ebd24b57cc722f
parent2008-10-02 Ralf Corsepius <ralf.corsepius@rtems.org> (diff)
downloadrtems-8f9acb28037b6375c490d57595cb3836e1b7a2cd.tar.bz2
Remove RTEMS_TQM_MODEL.
Diffstat (limited to '')
-rw-r--r--make/custom/pghplus.cfg1
-rw-r--r--make/custom/tqm8xx.cfg2
-rw-r--r--make/custom/tqm8xx_stk8xx.cfg1
3 files changed, 1 insertions, 3 deletions
diff --git a/make/custom/pghplus.cfg b/make/custom/pghplus.cfg
index ca1925dc11..dc0fcb3c18 100644
--- a/make/custom/pghplus.cfg
+++ b/make/custom/pghplus.cfg
@@ -7,5 +7,4 @@
# parameters differ.
#
-RTEMS_TQM_MODEL=pghplus
include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg
diff --git a/make/custom/tqm8xx.cfg b/make/custom/tqm8xx.cfg
index 12c6820be7..5e4faa251b 100644
--- a/make/custom/tqm8xx.cfg
+++ b/make/custom/tqm8xx.cfg
@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=mpc860
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=tqm8xx
-CPU_CFLAGS = -mcpu=860 -Dmpc860 -D$(RTEMS_TQM_MODEL) \
+CPU_CFLAGS = -mcpu=860 -Dmpc860 \
-mstrict-align -fno-strict-aliasing \
-meabi -msdata -fno-common
diff --git a/make/custom/tqm8xx_stk8xx.cfg b/make/custom/tqm8xx_stk8xx.cfg
index 5ca7c3778b..856df7c3ec 100644
--- a/make/custom/tqm8xx_stk8xx.cfg
+++ b/make/custom/tqm8xx_stk8xx.cfg
@@ -7,5 +7,4 @@
# parameters differ.
#
-RTEMS_TQM_MODEL=tqm8xx_stk8xx
include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg