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/linux.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/linux.h')
-rw-r--r-- | gcc/config/mips/linux.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/config/mips/linux.h b/gcc/config/mips/linux.h index 4ca547d..47e24b6 100644 --- a/gcc/config/mips/linux.h +++ b/gcc/config/mips/linux.h @@ -1,5 +1,5 @@ /* Definitions for MIPS running Linux-based GNU systems with ELF format. - Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004 + Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005 Free Software Foundation, Inc. This file is part of GCC. @@ -175,7 +175,6 @@ Boston, MA 02111-1307, USA. */ #undef LIB_SPEC #define LIB_SPEC "\ %{shared: -lc} \ -%{!static:-rpath-link %R/lib:%R/usr/lib} \ %{!shared: %{pthread:-lpthread} \ %{profile:-lc_p} %{!profile: -lc}}" |