summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-12-18 12:40:52 -0600
committerJoel Sherrill <joel@rtems.org>2017-12-19 11:06:35 -0600
commit7edb2ef0eae7f0ead0d02fa5f6ca6f437d04a093 (patch)
treededd5a0ed15e1ffe334189c83cc6355eda9362af
parentmcf5206elite: Simplify bsp_specs (diff)
downloadrtems-7edb2ef0eae7f0ead0d02fa5f6ca6f437d04a093.tar.bz2
mvme167: Simplify bsp_specs
This bsp-specs added many libraries which it should not have. It also added the non-standard -qjava option which if actually used will have to be addressed by adding linker options on the GCC command line. Updates #3520.
-rw-r--r--c/src/lib/libbsp/m68k/mvme167/bsp_specs7
1 files changed, 0 insertions, 7 deletions
diff --git a/c/src/lib/libbsp/m68k/mvme167/bsp_specs b/c/src/lib/libbsp/m68k/mvme167/bsp_specs
index 66c3505581..5154de8c55 100644
--- a/c/src/lib/libbsp/m68k/mvme167/bsp_specs
+++ b/c/src/lib/libbsp/m68k/mvme167/bsp_specs
@@ -1,14 +1,7 @@
-%rename lib old_lib
%rename endfile old_endfile
%rename startfile old_startfile
%rename link old_link
-*lib:
-%{!qrtems: %(old_lib)} \
-%{!nostdlib: %{qrtems: --start-group -lrtemsbsp -lrtemscpu -latomic \
-%{qjava: -lffi -lgcjgc -lzgcj -lgcj} %{qc++: -lstdc++} -lc -lgcc --end-group \
-%{!qnolinkcmds: -T linkcmds%s}}}
-
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}}