mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-10 14:47:24 +08:00
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:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user