[PATCH 09/27] hurricane/bsp_specs: Improve consistency

Joel Sherrill joel at rtems.org
Wed Nov 29 19:42:20 UTC 2017


Updates #3520.
---
 c/src/lib/libbsp/mips/hurricane/bsp_specs | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/c/src/lib/libbsp/mips/hurricane/bsp_specs b/c/src/lib/libbsp/mips/hurricane/bsp_specs
index 1105851..17cdbf8 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}
-- 
1.8.3.1




More information about the devel mailing list