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

* configure.ac: Add RTEMS_BSP_LINKCMDS.
	* Makefile.am: Rework linkcmds handling.
	* make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
This commit is contained in:
Ralf Corsepius
2009-11-06 14:26:38 +00:00
parent 466f095d8d
commit 5aea39b7c7
4 changed files with 10 additions and 5 deletions

View File

@@ -1,3 +1,9 @@
2009-11-06 Ralf Corsépius <ralf.corsepius@rtems.org>
* configure.ac: Add RTEMS_BSP_LINKCMDS.
* Makefile.am: Rework linkcmds handling.
* make/custom/tqm8xx.inc: Remove RTEMS_LINKCMDS, LDFLAGS.
2009-11-03 Thomas Doerfler <Thomas.Doerfler@embedded-brains.de>
* startup/bspstart.c, console/console.c: various fixes

View File

@@ -34,8 +34,9 @@ project_lib_DATA = start.$(OBJEXT)
libbspstart_a_SOURCES += ../../powerpc/shared/start/rtems_crti.S
project_lib_DATA += rtems_crti.$(OBJEXT)
dist_project_lib_DATA += startup/linkcmds.base \
startup/linkcmds.tqm8xx
project_lib_DATA += startup/linkcmds
dist_project_lib_DATA += startup/linkcmds.base
EXTRA_DIST += startup/linkcmds.tqm8xx
noinst_LIBRARIES += libbsp.a
libbsp_a_SOURCES =

View File

@@ -107,6 +107,7 @@ RTEMS_BSPOPTS_HELP([BSP_USE_NETWORK_SCC],
AC_CONFIG_FILES([Makefile])
RTEMS_BSP_CLEANUP_OPTIONS(0, 0)
RTEMS_BSP_LINKCMDS
RTEMS_PPC_EXCEPTIONS

View File

@@ -14,9 +14,6 @@ CPU_CFLAGS = -mcpu=860 -Dmpc860 \
# optimize flag: typically -O2
CFLAGS_OPTIMIZE_V = -O2 -g -fno-keep-inline-functions
RTEMS_LINKCMDS=linkcmds.tqm8xx
LDFLAGS += -qnolinkcmds -T $(RTEMS_LINKCMDS)
define bsp-post-link
cp $(basename $@).exe $(basename $@)$(DOWNEXT)
$(STRIP) $(basename $@)$(DOWNEXT)