aboutsummaryrefslogtreecommitdiff
path: root/libstdc++-v3/configure
diff options
context:
space:
mode:
authorBenjamin Kosnik <bkoz@redhat.com>2009-01-22 21:40:23 +0000
committerBenjamin Kosnik <bkoz@gcc.gnu.org>2009-01-22 21:40:23 +0000
commit6a5af9dcd87e2c30b6083eb51a8fda66926e441d (patch)
treec4bf9b4898925e40985d41a11784c15269e1e656 /libstdc++-v3/configure
parent3ea37b67152256b29b93699bfabc0abb681ecfe0 (diff)
downloadgcc-6a5af9dcd87e2c30b6083eb51a8fda66926e441d.zip
gcc-6a5af9dcd87e2c30b6083eb51a8fda66926e441d.tar.gz
gcc-6a5af9dcd87e2c30b6083eb51a8fda66926e441d.tar.bz2
re PR target/38384 (shared link/execute fails for cross gcc from linux to target hppa64-hp-hpux11.00)
2009-01-22 Benjamin Kosnik <bkoz@redhat.com> PR libstdc++/38384 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning on HPUX. * configure: Regenerate. From-SVN: r143576
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 81a81e7..d11acca 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 ;;