[rtems commit] sparc/erc32: Simplify bsp_specs

Sebastian Huber sebh at rtems.org
Thu Jan 18 06:53:42 UTC 2018


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

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

sparc/erc32: Simplify bsp_specs

Updates #3520.

---

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

diff --git a/c/src/lib/libbsp/sparc/erc32/bsp_specs b/c/src/lib/libbsp/sparc/erc32/bsp_specs
index a3efd94..87638cc 100644
--- a/c/src/lib/libbsp/sparc/erc32/bsp_specs
+++ b/c/src/lib/libbsp/sparc/erc32/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