[rtems commit] psim/bsp_specs: Reorder and improve consistency
Joel Sherrill
joel at rtems.org
Thu Nov 30 15:33:04 UTC 2017
Module: rtems
Branch: master
Commit: 5ddac3e73d06856cc53fbe14bf1f9d8bf014c101
Changeset: http://git.rtems.org/rtems/commit/?id=5ddac3e73d06856cc53fbe14bf1f9d8bf014c101
Author: Joel Sherrill <joel at rtems.org>
Date: Tue Nov 28 11:54:29 2017 -0600
psim/bsp_specs: Reorder and improve consistency
Updates #3520.
---
c/src/lib/libbsp/powerpc/psim/bsp_specs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/c/src/lib/libbsp/powerpc/psim/bsp_specs b/c/src/lib/libbsp/powerpc/psim/bsp_specs
index 7a636bb..c876261 100644
--- a/c/src/lib/libbsp/powerpc/psim/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/psim/bsp_specs
@@ -7,8 +7,8 @@
%{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s \
start.o%s -e _start -u __vectors}}
-*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}
More information about the vc
mailing list