2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>

* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS.
	* make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS.
	* make/custom/genmcf548x.inc: Remove LDFLAGS.
	* startup/linkcmds: Remove (Renamed into linkcmds).
	* startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds).
	* Makefile.am: Rework linkcmds handling.
This commit is contained in:
Ralf Corsepius
2009-11-03 12:44:13 +00:00
parent 692c73336d
commit cbe204399a
7 changed files with 15 additions and 7 deletions
@@ -1,3 +1,13 @@
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
* make/custom/m5484FireEngine.cfg: Remove RTEMS_LINKCMDS.
* make/custom/COBRA5475.cfg: Remove RTEMS_LINKCMDS.
* make/custom/genmcf548x.inc: Remove LDFLAGS.
* startup/linkcmds: Remove (Renamed into linkcmds).
* startup/linkcmds.m5484FireEngine: New (Renamed from linkcmds).
* Makefile.am: Rework linkcmds handling.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/genmcf548x.inc: Remove RTEMS_BSP_FAMILY.
+4 -1
View File
@@ -24,7 +24,10 @@ noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds startup/linkcmds.m5484FireEngine.flash startup/linkcmds.COBRA5475
project_lib_DATA += startup/linkcmds
EXTRA_DIST = startup/linkcmds.m5484FireEngine.flash
EXTRA_DIST += startup/linkcmds.COBRA5475
EXTRA_DIST += startup/linkcmds.m5484FireEngine
noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =
@@ -44,6 +44,7 @@ RTEMS_BSPOPTS_HELP([HAS_DBUG],
[If defined, we will do all the low level init of the chip (like bus/memory...).])
RTEMS_BSP_CLEANUP_OPTIONS(0, 1)
RTEMS_BSP_LINKCMDS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])
@@ -9,6 +9,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds.COBRA5475
include $(RTEMS_ROOT)/make/custom/genmcf548x.inc
@@ -14,8 +14,6 @@ CPU_CFLAGS = -mcfv4e -Wa,-memac
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fomit-frame-pointer
LDFLAGS = -qnolinkcmds -Wl,-T$(RTEMS_LINKCMDS)
define bsp-post-link
$(OBJCOPY) -O binary --strip-all $(basename $@).exe \
$(basename $@)$(DOWNEXT)
@@ -9,6 +9,4 @@
# parameters differ.
#
RTEMS_LINKCMDS=linkcmds
include $(RTEMS_ROOT)/make/custom/genmcf548x.inc