summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/acinclude.m4
diff options
context:
space:
mode:
authorbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-22 21:40:23 +0000
committerbkoz <bkoz@138bc75d-0d04-0410-961f-82ee72b054a4>2009-01-22 21:40:23 +0000
commit917fb8b8632673fedce7e569af43f5abb9959252 (patch)
treec4bf9b4898925e40985d41a11784c15269e1e656 /libstdc++-v3/acinclude.m4
parent5bce88f6561f711fae6f0626dd71a01cf544cc3f (diff)
downloadppe42-gcc-917fb8b8632673fedce7e569af43f5abb9959252.tar.gz
ppe42-gcc-917fb8b8632673fedce7e569af43f5abb9959252.zip
2009-01-22 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/38384 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning on HPUX. * configure: Regenerate. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143576 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/acinclude.m4')
-rw-r--r--libstdc++-v3/acinclude.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/acinclude.m4 b/libstdc++-v3/acinclude.m4
index 11f58f66bf6..22e6bc49c5a 100644
--- a/libstdc++-v3/acinclude.m4
+++ b/libstdc++-v3/acinclude.m4
@@ -2728,7 +2728,7 @@ if test x$enable_symvers = xyes ; then
else
if test $with_gnu_ld = yes ; then
case ${target_os} in
- cygwin* | pe | mingw32*)
+ cygwin* | pe | mingw32* | hpux*)
enable_symvers=no ;;
*)
enable_symvers=gnu ;;
OpenPOWER on IntegriCloud