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
This commit is contained in:
Benjamin Kosnik 2009-01-22 21:40:23 +00:00 committed by Benjamin Kosnik
parent 3ea37b6715
commit 6a5af9dcd8
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
2009-01-22 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/38384
* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning
on HPUX.
* configure: Regenerate.
2009-01-22 Dodji Seketeli <dodji@redhat.com>
* include/ext/bitmap_allocator.h: Reverting changes related to PR

View File

@ -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 ;;

View File

@ -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 ;;