From 06142dae84f899fdf938aa48bb09a8686f52660f Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Wed, 2 Jul 1997 06:56:35 -0400 Subject: [PATCH] (LINK_SPEC): Change ld-gnu.so.1 to ld-linux.so.2. From-SVN: r14374 --- gcc/config/alpha/elf.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/alpha/elf.h b/gcc/config/alpha/elf.h index 6eb94cd86b2..b6d12d7f753 100644 --- a/gcc/config/alpha/elf.h +++ b/gcc/config/alpha/elf.h @@ -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. */ -- 2.30.2