summaryrefslogtreecommitdiffstats
path: root/bsps/powerpc/t32mppc/start/bsp_specs
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-28 06:28:33 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2021-01-28 06:28:33 +0100
commitb361eabd93e35e2c72d3721583fa83fb14e39f4d (patch)
treee08fb0494b6267a470b6152ea489cb91cdcdfa6f /bsps/powerpc/t32mppc/start/bsp_specs
parentlibtest: Remove superfluous NULL pointer check (diff)
downloadrtems-b361eabd93e35e2c72d3721583fa83fb14e39f4d.tar.bz2
bsps: Replace bsp_specs with an empty file
This fixes an issue with the latest tool chain which adds the default linker script in the endfile specification. Update #3250.
Diffstat (limited to '')
-rw-r--r--bsps/powerpc/t32mppc/start/bsp_specs11
1 files changed, 0 insertions, 11 deletions
diff --git a/bsps/powerpc/t32mppc/start/bsp_specs b/bsps/powerpc/t32mppc/start/bsp_specs
index f8bbffbdf6..e69de29bb2 100644
--- a/bsps/powerpc/t32mppc/start/bsp_specs
+++ b/bsps/powerpc/t32mppc/start/bsp_specs
@@ -1,11 +0,0 @@
-%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}}
-
-*endfile:
-%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
-