From 9841a1a7ba59653e80cd0834ec926abfb7b70520 Mon Sep 17 00:00:00 2001 From: Daniel Jacobowitz Date: Wed, 26 Jan 2005 02:04:48 +0000 Subject: linux.h (LIB_SPEC): Remove -rpath-link. * config/mips/linux.h (LIB_SPEC): Remove -rpath-link. * config/mips/linux64.h (LIB_SPEC): Likewise. * config/mn10300/linux.h (LIB_SPEC): Likewise. * config/sh/linux.h (LIB_SPEC): Likewise. From-SVN: r94244 --- gcc/config/mips/linux64.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/config/mips/linux64.h') diff --git a/gcc/config/mips/linux64.h b/gcc/config/mips/linux64.h index 59c78e5..34274b6fb 100644 --- a/gcc/config/mips/linux64.h +++ b/gcc/config/mips/linux64.h @@ -33,10 +33,6 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC #define LIB_SPEC "\ %{shared: -lc} \ -%{!static: \ - %{mabi=n32:-rpath-link %R/lib32:%R/usr/lib32} \ - %{mabi=64:-rpath-link %R/lib64:%R/usr/lib64} \ - %{mabi=32:-rpath-link %R/lib:%R/usr/lib}} \ %{!shared: %{pthread:-lpthread} \ %{profile:-lc_p} %{!profile: -lc}}" -- cgit v1.1