(LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2.

From-SVN: r14374
This commit is contained in:
Richard Kenner 1997-07-02 06:56:35 -04:00
parent 70ee78ec3f
commit 06142dae84

View File

@ -1,5 +1,5 @@
/* Definitions of target machine for GNU compiler, for DEC Alpha w/ELF.
Copyright (C) 1996 Free Software Foundation, Inc.
Copyright (C) 1996, 1997 Free Software Foundation, Inc.
Contributed by Richard Henderson (rth@tamu.edu).
This file is part of GNU CC.
@ -44,7 +44,7 @@ Currently only Linux uses this. */
%{!shared: \
%{!static: \
%{rdynamic:-export-dynamic} \
%{!dynamic-linker:-dynamic-linker /lib/ld-gnu.so.1}} \
%{!dynamic-linker:-dynamic-linker /lib/ld-linux.so.2} \
%{static:-static}}"
/* Output at beginning of assembler file. */