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
This commit is contained in:
Daniel Jacobowitz 2005-01-26 02:04:48 +00:00 committed by Daniel Jacobowitz
parent 4c064e89d9
commit 9841a1a7ba
5 changed files with 9 additions and 9 deletions

View file

@ -1,3 +1,10 @@
2005-01-25 Daniel Jacobowitz <dan@codesourcery.com>
* 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.
2005-01-25 Aldy Hernandez <aldyh@redhat.com>
* config/frv/frv.c (frv_legitimize_tls_address): New.

View file

@ -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}}"

View file

@ -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}}"

View file

@ -1,6 +1,6 @@
/* Definitions of taret machine for GNU compiler.
Matsushita AM33/2.0
Copyright 2001, 2002 Free Software Foundation, Inc.
Copyright 2001, 2002, 2005 Free Software Foundation, Inc.
Contributed by Alexandre Oliva <aoliva@redhat.com>
This file is part of GCC.
@ -43,7 +43,6 @@
#undef LIB_SPEC
#define LIB_SPEC \
"%{shared: -lc} \
%{!static:-rpath-link %R/lib:%R/usr/lib} \
%{!shared: %{pthread:-lpthread} \
%{profile:-lc_p} %{!profile: -lc}}"

View file

@ -78,7 +78,6 @@ do { \
#define LIB_SPEC \
"%{pthread:-lpthread} \
%{shared: -lc} \
%{!static:-rpath-link %R/lib:%R/usr/lib} \
%{!shared: \
%{mieee-fp:-lieee} \
%{profile:-lc_p} %{!profile: -lc}}"