diff options
author | 2004-05-27 22:26:44 +0000 | |
---|---|---|
committer | 2004-05-27 22:26:44 +0000 | |
commit | ad3b768acdd6b9c680c197d0b45dd8ee1fafe917 (patch) | |
tree | 0cc449c26f248f04ee775fe1be65e7c178d0757e | |
parent | fake plabel32 relocs for dyn.init/fini instead of an evil md macro hook (diff) | |
download | wireguard-openbsd-ad3b768acdd6b9c680c197d0b45dd8ee1fafe917.tar.xz wireguard-openbsd-ad3b768acdd6b9c680c197d0b45dd8ee1fafe917.zip |
for openbsd-*-hppa* force libtool to pass all dep-libs through for -lgcc used for shlib linking; espie@ ok
-rw-r--r-- | gnu/lib/libstdc++/ltcf-cxx.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnu/lib/libstdc++/ltcf-cxx.sh b/gnu/lib/libstdc++/ltcf-cxx.sh index bba67589431..07f4e9a8a55 100644 --- a/gnu/lib/libstdc++/ltcf-cxx.sh +++ b/gnu/lib/libstdc++/ltcf-cxx.sh @@ -419,6 +419,9 @@ case $host_os in remove_lgcc=yes output_verbose_link_cmds='$CC $ac_cv_prog_cc_pic -shared $CFLAGS -v conftest.$objext 2>&1 | egrep "\-L"' fi + if [ "$host_cpu" = "hppa" ]; then + deplibs_check_method=pass_all; + fi ;; osf3*) case $cc_basename in |