diff options
author | Matthias Klose <doko@ubuntu.com> | 2009-12-04 07:47:51 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2009-12-04 07:47:51 +0000 |
commit | a7004a7e0efc80b227c32c63f1935a8410b0f6ad (patch) | |
tree | c09be5eb380aee9f2ff99ffba9c380db83df04c8 /gcc/config/pa | |
parent | 38a15b40eacfa2d814c7ef064eee12a24785626b (diff) | |
download | gcc-a7004a7e0efc80b227c32c63f1935a8410b0f6ad.zip gcc-a7004a7e0efc80b227c32c63f1935a8410b0f6ad.tar.gz gcc-a7004a7e0efc80b227c32c63f1935a8410b0f6ad.tar.bz2 |
re PR target/40134 (symbols not resolved when building shared libraries (link with -lgcc_s -lgcc?))
2009-12-04 Matthias Klose <doko@ubuntu.com>
John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
PR target/40134
* config.gcc (hppa*-*-linux*): Use config/t-slibgcc-libgcc.
* config/pa/pa-linux.h (LIB_SPEC): Remove.
Co-Authored-By: John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
From-SVN: r154973
Diffstat (limited to 'gcc/config/pa')
-rw-r--r-- | gcc/config/pa/pa-linux.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index f698f3f..cd46790 100644 --- a/gcc/config/pa/pa-linux.h +++ b/gcc/config/pa/pa-linux.h @@ -31,12 +31,6 @@ along with GCC; see the file COPYING3. If not see #undef CPP_SPEC #define CPP_SPEC "%{posix:-D_POSIX_SOURCE}" -#undef LIB_SPEC -#define LIB_SPEC \ - "%{pthread:-lpthread} \ - %{shared:-lgcc -lc} \ - %{!shared:%{mieee-fp:-lieee} %{shared-libgcc:-lgcc} %{profile:-lc_p}%{!profile:-lc}}" - #undef ASM_SPEC #define ASM_SPEC \ "%{v:-V} %{n} %{T} %{Ym,*} %{Yd,*} %{Wa,*:%*}" |