From 7361ed5e012b7df0793a114e84f7bb26fb3d3321 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Nov 2017 11:45:39 -0600 Subject: [PATCH] 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 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}}