Commit 13c0bc20 by Jakub Jelinek Committed by Jakub Jelinek

* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.

From-SVN: r57061
parent 0a3bdf9d
2002-09-12 Jakub Jelinek <jakub@redhat.com>
* config/sparc/linux64.h (STARTFILE_SPEC32): Fix a typo.
2002-09-12 Ulrich Weigand <uweigand@de.ibm.com>
* config/s390/s390-modes.def (CCAPmode, CCANmode): New CC modes.
......
......@@ -57,7 +57,7 @@ Boston, MA 02111-1307, USA. */
#define STARTFILE_SPEC32 \
"%{!shared: \
%{pg:/usr/lib/gcrt1.o%s} %{!pg:%{/usr/lib/p:gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\
%{pg:/usr/lib/gcrt1.o%s} %{!pg:%{p:/usr/lib/gcrt1.o%s} %{!p:/usr/lib/crt1.o%s}}}\
/usr/lib/crti.o%s %{static:crtbeginT.o%s}\
%{!static:%{!shared:crtbegin.o%s} %{shared:crtbeginS.o%s}}"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment