summaryrefslogtreecommitdiffstats
path: root/c/src/lib/libbsp/mips
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2017-11-28 11:50:14 -0600
committerJoel Sherrill <joel@rtems.org>2017-11-29 13:18:06 -0600
commit47c5664fa81c5acdc669664a4774b9adbbe9f347 (patch)
treedb94d941b37b59c80f00a348f8b85a36e3bd4196 /c/src/lib/libbsp/mips
parentm32cbsp/bsp_specs: Reorder and improve consistency (diff)
downloadrtems-47c5664fa81c5acdc669664a4774b9adbbe9f347.tar.bz2
hurricane/bsp_specs: Improve consistency
Updates #3520.
Diffstat (limited to 'c/src/lib/libbsp/mips')
-rw-r--r--c/src/lib/libbsp/mips/hurricane/bsp_specs6
1 files 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 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}