diff options
author | John David Anglin <dave.anglin@nrc-cnrc.gc.ca> | 2011-02-07 23:51:54 +0000 |
---|---|---|
committer | John David Anglin <danglin@gcc.gnu.org> | 2011-02-07 23:51:54 +0000 |
commit | 90488014d0af2874555595f4474e095a75b115e7 (patch) | |
tree | d82bbc8c37153f9bab1265db9da2422f6e50fa28 /gcc/config.gcc | |
parent | 689ff841b4de850cb9f31fad4e9a217b682b593f (diff) | |
download | gcc-90488014d0af2874555595f4474e095a75b115e7.zip gcc-90488014d0af2874555595f4474e095a75b115e7.tar.gz gcc-90488014d0af2874555595f4474e095a75b115e7.tar.bz2 |
config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
* config.gcc (hppa[12]*-*-hpux11*): Don't set extra_parts.
* config/pa/stublib.c (pthread_default_stacksize_np, pthread_mutex_lock,
pthread_mutex_unlock): Remove.
* config/pa/t-pa-hpux11: Remove rules to build pthread stubs.
* config/pa/t-pa64: Likewise.
* config/pa/pa64-hpux.h (LIB_SPEC): In static links, link against
shared libc if not linking against libpthread.
* config/pa/pa-hpux11.h (LIB_SPEC): Likewise.
From-SVN: r169906
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d79e734..c11b854 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1140,7 +1140,6 @@ hppa[12]*-*-hpux11*) else tmake_file="$tmake_file pa/t-slibgcc-dwarf-ver" fi - extra_parts="libgcc_stub.a" case x${enable_threads} in x | xyes | xposix ) thread_file=posix |