summaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
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/configure
parent5bce88f6561f711fae6f0626dd71a01cf544cc3f (diff)
downloadgcc-917fb8b8632673fedce7e569af43f5abb9959252.tar.gz
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/configure')
-rwxr-xr-xlibstdc++-v3/configure2
1 files changed, 1 insertions, 1 deletions
diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure
index 81a81e7308e..d11accaf082 100755
--- a/libstdc++-v3/configure
+++ b/libstdc++-v3/configure
@@ -116669,7 +116669,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 ;;