gensh4/bsp_specs: Account for big/little endian

This commit is contained in:
Joel Sherrill
2014-08-25 16:52:45 -05:00
parent e75907d58e
commit bf1f876483

View File

@@ -7,7 +7,7 @@
%{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}} %{!nostdlib: %{qrtems: start.o%s crti.o%s crtbegin.o%s -e _start}}
*link: *link:
%{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} %{!qrtems: %(old_link)} %{qrtems: -dc -dp -N} %{ml|!mb:-EL}%{mb:-EB}
*endfile: *endfile:
%{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s} %{!qrtems: %(old_endfile)} %{qrtems: crtend.o%s crtn.o%s}