[rtems commit] haleakala/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:    28d781450113f30f0bebdc9eab07b2ff1fbfd0c3
Changeset: http://git.rtems.org/rtems/commit/?id=28d781450113f30f0bebdc9eab07b2ff1fbfd0c3

Author:    Joel Sherrill <joel at rtems.org>
Date:      Tue Nov 28 11:52:08 2017 -0600

haleakala/bsp_specs: Reorder and improve consistency

Updates #3520.

---

 c/src/lib/libbsp/powerpc/haleakala/bsp_specs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c/src/lib/libbsp/powerpc/haleakala/bsp_specs b/c/src/lib/libbsp/powerpc/haleakala/bsp_specs
index 9102ad7..23b58cd 100644
--- a/c/src/lib/libbsp/powerpc/haleakala/bsp_specs
+++ b/c/src/lib/libbsp/powerpc/haleakala/bsp_specs
@@ -3,11 +3,11 @@
 %rename link old_link
 
 *startfile:
-%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems:  ecrti%O%s rtems_crti%O%s  crtbegin.o%s}}
+%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: ecrti%O%s rtems_crti%O%s crtbegin.o%s}}
 
 *endfile:
 %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s ecrtn.o%s}
 
 *link:
-%{!qrtems: %(old_link)} %{qrtems: -dc -dp -u __vectors -u download_entry -N }
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N -u __vectors -u download_entry}
 




More information about the vc mailing list