Commit 06142dae by Richard Kenner

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

From-SVN: r14374
parent 70ee78ec
/* 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. */
......
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