From 47c5664fa81c5acdc669664a4774b9adbbe9f347 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 28 Nov 2017 11:50:14 -0600 Subject: hurricane/bsp_specs: Improve consistency Updates #3520. --- c/src/lib/libbsp/mips/hurricane/bsp_specs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'c/src/lib/libbsp/mips') diff --git a/c/src/lib/libbsp/mips/hurricane/bsp_specs b/c/src/lib/libbsp/mips/hurricane/bsp_specs index 1105851c41..17cdbf8dfd 100644 --- a/c/src/lib/libbsp/mips/hurricane/bsp_specs +++ b/c/src/lib/libbsp/mips/hurricane/bsp_specs @@ -3,11 +3,11 @@ %rename link old_link *startfile: -%{!qrtems: %(old_startfile)} %{!nostdlib: %{qrtems: \ -start.o%s crti.o%s crtbegin.o%s -e start}} +%{!qrtems: %(old_startfile)} \ +%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e start}} *link: %(old_link) %{qrtems: -dc -dp -N} *endfile: -%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s } +%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} -- cgit v1.2.3