summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormickey <mickey@openbsd.org>2004-05-27 22:26:44 +0000
committermickey <mickey@openbsd.org>2004-05-27 22:26:44 +0000
commitad3b768acdd6b9c680c197d0b45dd8ee1fafe917 (patch)
tree0cc449c26f248f04ee775fe1be65e7c178d0757e
parentfake plabel32 relocs for dyn.init/fini instead of an evil md macro hook (diff)
downloadwireguard-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.sh3
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