Eliminate RTEMS_TQM_MODEL (Unused).

This commit is contained in:
Ralf Corsepius
2008-09-30 17:12:27 +00:00
parent 62bfb1434c
commit a6d313d2de
3 changed files with 1 additions and 3 deletions

View File

@@ -7,5 +7,4 @@
# parameters differ. # parameters differ.
# #
RTEMS_TQM_MODEL=pghplus
include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg

View File

@@ -10,7 +10,7 @@ RTEMS_CPU_MODEL=mpc860
# This is the actual bsp directory used during the build process. # This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=tqm8xx RTEMS_BSP_FAMILY=tqm8xx
CPU_CFLAGS = -mcpu=860 -Dmpc860 -D$(RTEMS_TQM_MODEL) \ CPU_CFLAGS = -mcpu=860 -Dmpc860 \
-mstrict-align -fno-strict-aliasing \ -mstrict-align -fno-strict-aliasing \
-meabi -msdata -fno-common -meabi -msdata -fno-common

View File

@@ -7,5 +7,4 @@
# parameters differ. # parameters differ.
# #
RTEMS_TQM_MODEL=tqm8xx_stk8xx
include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg include $(RTEMS_ROOT)/make/custom/tqm8xx.cfg