[rtems commit] mvme167: Simplify bsp_specs

Joel Sherrill joel at rtems.org
Tue Dec 19 17:07:03 UTC 2017


Module:    rtems
Branch:    master
Commit:    7edb2ef0eae7f0ead0d02fa5f6ca6f437d04a093
Changeset: http://git.rtems.org/rtems/commit/?id=7edb2ef0eae7f0ead0d02fa5f6ca6f437d04a093

Author:    Joel Sherrill <joel at rtems.org>
Date:      Mon Dec 18 12:40:52 2017 -0600

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.

---

 c/src/lib/libbsp/m68k/mvme167/bsp_specs | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/c/src/lib/libbsp/m68k/mvme167/bsp_specs b/c/src/lib/libbsp/m68k/mvme167/bsp_specs
index 66c3505..5154de8 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}}



More information about the vc mailing list