summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-28 11:57:14 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-29 13:18:09 -0600
commite9eb1a6dc83ba115c6e8e8930ec92ef5b3eca6cb (patch)
tree81c2ed28b7ba05cc2f4f5ff5a6c44a44accca96e
parentleon2/bsp_specs: Reorder and improve consistency (diff)
downloadrtems-e9eb1a6dc83ba115c6e8e8930ec92ef5b3eca6cb.tar.bz2
leon3/bsp_specs: Reorder and improve consistency
Updates #3520.
-rw-r--r--c/src/lib/libbsp/sparc/leon3/bsp_specs6
1 files changed, 3 insertions, 3 deletions
diff --git a/c/src/lib/libbsp/sparc/leon3/bsp_specs b/c/src/lib/libbsp/sparc/leon3/bsp_specs
index d79b2b4ccc..7cff0f369c 100644
--- a/c/src/lib/libbsp/sparc/leon3/bsp_specs
+++ b/c/src/lib/libbsp/sparc/leon3/bsp_specs
@@ -2,12 +2,12 @@
%rename startfile old_startfile
%rename link old_link
-*endfile:
-crtend.o%s crtn.o%s
-
*startfile:
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: start.o%s 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}