From 8f9acb28037b6375c490d57595cb3836e1b7a2cd Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 2 Oct 2008 08:13:09 +0000 Subject: Remove RTEMS_TQM_MODEL. --- make/custom/pghplus.cfg | 1 - make/custom/tqm8xx.cfg | 2 +- make/custom/tqm8xx_stk8xx.cfg | 1 - 3 files changed, 1 insertion(+), 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 -- cgit v1.2.3