summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc
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/make/custom/tqm8xx.inc
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 '')
-rw-r--r--c/src/lib/libbsp/powerpc/tqm8xx/make/custom/tqm8xx.inc3
1 files changed, 0 insertions, 3 deletions
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)