From 7edb2ef0eae7f0ead0d02fa5f6ca6f437d04a093 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 18 Dec 2017 12:40:52 -0600 Subject: 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 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}} -- cgit v1.2.3