summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-20 14:38:28 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-20 15:19:17 -0600
commit2f7a25c9cf54ed7e151f0c2d096029e072397916 (patch)
tree14ab8cd2dee11a4932fd73b055c8a0e73c0417ba /c/src/lib/libbsp/powerpc/beatnik/bsp_specs
parentqemuppc: Simplify bsp_specs (diff)
downloadrtems-2f7a25c9cf54ed7e151f0c2d096029e072397916.tar.bz2
beatnik, motorola_powerpc, mvme3100, mvme5500: Simplify bsp_specs
This collection of BSPs shared the linker script shared/startup/linkcmds. I renamed that ot shared/startup/linkcmds.share and made a BSP family specific startup/linkcmds. This was needed because each BSP family had a different combination of start file name, undefined symbols, etc. Updates #3520.
Diffstat (limited to '')
-rw-r--r--c/src/lib/libbsp/powerpc/beatnik/bsp_specs6
1 files changed, 1 insertions, 5 deletions
diff --git a/c/src/lib/libbsp/powerpc/beatnik/bsp_specs b/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
index c6647045a9..99ca0adb61 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
@@ -1,13 +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 -e __rtems_entry_point -u __vectors motld_start.o%s}}
+%{!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}