diff options
author | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 10:43:01 +0000 |
---|---|---|
committer | bo <bo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-12-06 10:43:01 +0000 |
commit | 68b7a57b6c02380b089d254572012c945b008154 (patch) | |
tree | 77a07c889086c4712fb715f18d64baf29447ee2e /gcc/config/i386/linux64.h | |
parent | 51be23c9fd0f4f13e9a1afe833cffcacfa1b6775 (diff) | |
download | gcc-68b7a57b6c02380b089d254572012c945b008154.tar.gz |
2001-12-06 Bo Thorsen <bo@suse.co.uk>
* config/i386/linux64.h (LINK_SPEC): Correct name of dynamic linker.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@47709 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/linux64.h')
-rw-r--r-- | gcc/config/i386/linux64.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/linux64.h b/gcc/config/i386/linux64.h index 22e461ffbeb..8d70972638c 100644 --- a/gcc/config/i386/linux64.h +++ b/gcc/config/i386/linux64.h @@ -43,6 +43,6 @@ Boston, MA 02111-1307, USA. */ %{!shared: \ %{!static: \ %{rdynamic:-export-dynamic} \ - %{!dynamic-linker:-dynamic-linker /lib/ld64.so.1}} \ + %{!dynamic-linker:-dynamic-linker /lib64/ld-linux-x86-64.so.2}} \ %{static:-static}}" |