diff options
author | Daniel Jacobowitz <dan@codesourcery.com> | 2005-01-26 02:04:48 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@gcc.gnu.org> | 2005-01-26 02:04:48 +0000 |
commit | 9841a1a7ba59653e80cd0834ec926abfb7b70520 (patch) | |
tree | ecedb3782bbf2ca9d14bd8a9f177873368f92248 /gcc/config/mips/linux64.h | |
parent | 4c064e89d9bab8cacb8da699dc18d949a190d657 (diff) | |
download | gcc-9841a1a7ba59653e80cd0834ec926abfb7b70520.zip gcc-9841a1a7ba59653e80cd0834ec926abfb7b70520.tar.gz gcc-9841a1a7ba59653e80cd0834ec926abfb7b70520.tar.bz2 |
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
Diffstat (limited to 'gcc/config/mips/linux64.h')
-rw-r--r-- | gcc/config/mips/linux64.h | 4 |
1 files changed, 0 insertions, 4 deletions
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}}" |