summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/m32c
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-28 11:45:39 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-29 13:18:05 -0600
commit7361ed5e012b7df0793a114e84f7bb26fb3d3321 (patch)
treed42f5be0b65a1c47757b2baf83145e5061646a89 /c/src/lib/libbsp/m32c
parentpc386/bsp_specs: Reorder and improve consistency (diff)
downloadrtems-7361ed5e012b7df0793a114e84f7bb26fb3d3321.tar.bz2
m32cbsp/bsp_specs: Reorder and improve consistency
Updates #3520.
Diffstat (limited to 'c/src/lib/libbsp/m32c')
-rw-r--r--c/src/lib/libbsp/m32c/m32cbsp/bsp_specs8
1 files 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 640e73a53d..bd44bf8af9 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}}