2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>

* make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
This commit is contained in:
Ralf Corsepius
2009-10-21 10:48:20 +00:00
parent 036394e0d6
commit aac0c61828
2 changed files with 4 additions and 7 deletions

View File

@@ -1,3 +1,7 @@
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org> 2009-10-17 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg). * make/custom/genmcf548x.inc: New (Renamed from genmcf548x.cfg).

View File

@@ -7,9 +7,6 @@ RTEMS_CPU_MODEL=mcf548x
include $(RTEMS_ROOT)/make/custom/default.cfg include $(RTEMS_ROOT)/make/custom/default.cfg
# This is the actual bsp directory used during the build process.
RTEMS_BSP_FAMILY=genmcf548x
# This contains the compiler options necessary to select the CPU model # This contains the compiler options necessary to select the CPU model
# and (hopefully) optimize for it. # and (hopefully) optimize for it.
CPU_CFLAGS = -mcfv4e -Wa,-memac CPU_CFLAGS = -mcfv4e -Wa,-memac
@@ -17,10 +14,6 @@ CPU_CFLAGS = -mcfv4e -Wa,-memac
# optimize flag: typically -O2 # optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
#ifndef MTARGET
#MTARGET=ram
#endif
LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS) LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS)
define bsp-post-link define bsp-post-link