[rtems commit] m32cbsp/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:    7361ed5e012b7df0793a114e84f7bb26fb3d3321
Changeset: http://git.rtems.org/rtems/commit/?id=7361ed5e012b7df0793a114e84f7bb26fb3d3321

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

m32cbsp/bsp_specs: Reorder and improve consistency

Updates #3520.

---

 c/src/lib/libbsp/m32c/m32cbsp/bsp_specs | 8 +++-----
 1 file changed, 3 insertions(+), 5 deletions(-)

diff --git a/c/src/lib/libbsp/m32c/m32cbsp/bsp_specs b/c/src/lib/libbsp/m32c/m32cbsp/bsp_specs
index 640e73a..bd44bf8 100644
--- a/c/src/lib/libbsp/m32c/m32cbsp/bsp_specs
+++ b/c/src/lib/libbsp/m32c/m32cbsp/bsp_specs
@@ -6,10 +6,8 @@
 %{!qrtems: %(old_startfile)} \
 %{!nostdlib: %{qrtems: start.o%s crtbegin.o%s -e _start}}
 
-*endfile:
-%{!qrtems: %(old_endfile)} \
-%{!nostdlib: %{qrtems: crtend.o%s}}
-
 *link:
-%(old_link) %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
+%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N}
 
+*endfile:
+%{!qrtems: %(old_endfile)} %{!nostdlib: %{qrtems: crtend.o%s}}



More information about the vc mailing list