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

* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS.
	* startup/linkcmds: Remove (Rename into linkcmds.csb337).
	* startup/linkcmds.csb337: New (Renamed from linkcmds).
	* Makefile.am: Rework linkcmds handling.
This commit is contained in:
Ralf Corsepius
2009-11-03 11:41:47 +00:00
parent 7187942f4a
commit 1be5983fe1
6 changed files with 13 additions and 10 deletions

View File

@@ -1,3 +1,11 @@
2009-11-03 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
* make/custom/csb637.cfg: Remove LDFLAGS. Remove RTEMS_LINKCMDS.
* startup/linkcmds: Remove (Rename into linkcmds.csb337).
* startup/linkcmds.csb337: New (Renamed from linkcmds).
* Makefile.am: Rework linkcmds handling.
2009-10-21 Ralf Corsépius <ralf.corsepius@rtems.org>
* make/custom/csb337.cfg: Remove RTEMS_BSP_FAMILY.

View File

@@ -38,8 +38,9 @@ noinst_LIBRARIES = libbspstart.a
libbspstart_a_SOURCES = start/start.S
project_lib_DATA = start.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds
dist_project_lib_DATA += startup/linkcmds.csb637
project_lib_DATA += startup/linkcmds
EXTRA_DIST = startup/linkcmds.csb337
EXTRA_DIST += startup/linkcmds.csb637
noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =

View File

@@ -35,6 +35,7 @@ RTEMS_BSPOPTS_HELP([ENABLE_UMON_CONSOLE],
AM_CONDITIONAL(ENABLE_LCD,test "$ENABLE_UMON_CONSOLE" = "1")
RTEMS_BSP_CLEANUP_OPTIONS(1, 1)
RTEMS_BSP_LINKCMDS
# Explicitly list all Makefiles here
AC_CONFIG_FILES([Makefile])

View File

@@ -4,7 +4,4 @@
# $Id$
#
RTEMS_LINKCMDS=linkcmds.csb637
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
include $(RTEMS_ROOT)/make/custom/csb337.cfg

View File

@@ -102,9 +102,5 @@ TMPINSTALL_FILES += $(PROJECT_LIB)/start.$(OBJEXT)
$(PROJECT_LIB)/linkcmds: startup/linkcmds $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds
$(PROJECT_LIB)/linkcmds.csb637: startup/linkcmds.csb637 $(PROJECT_LIB)/$(dirstamp)
$(INSTALL_DATA) $< $(PROJECT_LIB)/linkcmds.csb637
PREINSTALL_FILES += $(PROJECT_LIB)/linkcmds.csb637
TMPINSTALL_FILES += $(PROJECT_LIB)/linkcmds