summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2009-11-06 14:26:38 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2009-11-06 14:26:38 +0000
commit5aea39b7c79531481febcc039f8aed7a855bad5e (patch)
tree8623e2e0b7f2072a617ceb22e3afad3b0665d545 /c/src/lib/libbsp/powerpc/tqm8xx
parentFix broken entries. (diff)
downloadrtems-5aea39b7c79531481febcc039f8aed7a855bad5e.tar.bz2
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.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/tqm8xx')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog6
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am5
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/configure.ac1
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc3
4 files changed, 10 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
index 36d716267f..0920fed553 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/ChangeLog
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
index b73416dfb0..645e2a5a91 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/Makefile.am
@@ -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 =
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
index e1e7c063d1..b78ffaf15a 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/configure.ac
@@ -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
diff --git a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
index b06681f8f5..119bc2859e 100644
--- a/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
+++ b/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
@@ -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)