[rtems commit] leon3: Simplify bsp_specs

Sebastian Huber sebh at rtems.org
Thu Jan 18 06:54:08 UTC 2018


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

Author:    Joel Sherrill <joel at rtems.org>
Date:      Wed Jan 17 10:46:17 2018 -0600

leon3: Simplify bsp_specs

Updates #3520.

---

 c/src/lib/libbsp/sparc/leon3/bsp_specs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/c/src/lib/libbsp/sparc/leon3/bsp_specs b/c/src/lib/libbsp/sparc/leon3/bsp_specs
index a3efd94..87638cc 100644
--- a/c/src/lib/libbsp/sparc/leon3/bsp_specs
+++ b/c/src/lib/libbsp/sparc/leon3/bsp_specs
@@ -1,13 +1,9 @@
 %rename endfile old_endfile
 %rename startfile old_startfile
-%rename link old_link
 
 *startfile:
 %{!qrtems: %(old_startfile)} \
 %{!nostdlib: %{qrtems: crti.o%s crtbegin.o%s}}
 
-*link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
-
 *endfile:
 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}



More information about the vc mailing list