summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/psim/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-20 11:36:13 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-20 11:36:13 -0600
commitf33d3b4db5f46fa37787e7c5bc5d2358573954f6 (patch)
treeecf40ae8e6ceade8ffd1195e6b8abf0ac7bd0e13 /c/src/lib/libbsp/powerpc/psim/bsp_specs
parentuC5282: Simplify bsp_specs (diff)
downloadrtems-f33d3b4db5f46fa37787e7c5bc5d2358573954f6.tar.bz2
gen5200, gen83xx, gen83x, mpc55xxevb, psim, qoriq, t32mppc, tqm8xx, virtex: Simplify bsp_specs
These BSPs all use shared/startup/linkcmds.base and thus needed to be modified at the same time. Variations in the arguments were reflected into the BSP specific portions of the linkcmds. Updates #3520.
Diffstat (limited to 'c/src/lib/libbsp/powerpc/psim/bsp_specs')
-rw-r--r--c/src/lib/libbsp/powerpc/psim/bsp_specs7
1 files changed, 1 insertions, 6 deletions
diff --git a/c/src/lib/libbsp/powerpc/psim/bsp_specs b/c/src/lib/libbsp/powerpc/psim/bsp_specs
index c8762610a3..2625609327 100644
--- a/c/src/lib/libbsp/powerpc/psim/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/psim/bsp_specs
@@ -1,14 +1,9 @@
%rename endfile old_endfile
%rename startfile old_startfile
-%rename link old_link
*startfile:
%{!qrtems: %(old_startfile)} \
-%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
- start.o%s -e _start -u __vectors}}
+%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
-
-*link:
-%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}