From 2ebd06c54fbd6165e6df7397e90e9e3112feb15c Mon Sep 17 00:00:00 2001 From: doko Date: Fri, 4 Dec 2009 07:47:51 +0000 Subject: [PATCH] 2009-12-04 Matthias Klose John David Anglin PR target/40134 * config.gcc (hppa*-*-linux*): Use config/t-slibgcc-libgcc. * config/pa/pa-linux.h (LIB_SPEC): Remove. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@154973 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 7 +++++++ gcc/config.gcc | 2 +- gcc/config/pa/pa-linux.h | 6 ------ 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a804a8cc1e2..6a59bd51ae1 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,10 @@ +2009-12-04 Matthias Klose + John David Anglin + + PR target/40134 + * config.gcc (hppa*-*-linux*): Use config/t-slibgcc-libgcc. + * config/pa/pa-linux.h (LIB_SPEC): Remove. + 2009-12-03 Sebastian Pop Richard Henderson diff --git a/gcc/config.gcc b/gcc/config.gcc index 90aa7a7cbfb..f7b23aabed4 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -933,7 +933,7 @@ hppa*-*-linux*) target_cpu_default="MASK_PA_11|MASK_NO_SPACE_REGS" tm_file="${tm_file} dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h pa/pa-linux.h \ pa/pa32-regs.h pa/pa32-linux.h" - tmake_file="${tmake_file} pa/t-linux" + tmake_file="${tmake_file} pa/t-linux t-slibgcc-libgcc" # Set the libgcc version number if test x$sjlj = x1; then tmake_file="$tmake_file pa/t-slibgcc-sjlj-ver" diff --git a/gcc/config/pa/pa-linux.h b/gcc/config/pa/pa-linux.h index f698f3fbe42..cd467900d22 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,*:%*}" -- 2.11.0