[PATCH 11/27] beatnik/bsp_specs: Reorder and improve consistency
Joel Sherrill
joel at rtems.org
Wed Nov 29 19:42:22 UTC 2017
Updates #3520.
---
c/src/lib/libbsp/powerpc/beatnik/bsp_specs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/beatnik/bsp_specs b/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
index 3c859d1..c664704 100644
--- a/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/beatnik/bsp_specs
@@ -6,8 +6,8 @@
%{!qrtems: %(old_startfile)} \
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s -e __rtems_entry_point -u __vectors motld_start.o%s}}
-*link:
-%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
-
*endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
+
+*link:
+%{!qrtems: %(old_link)} %{qrtems: -dp -Bstatic}
--
1.8.3.1
More information about the devel
mailing list