mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-03 07:10:28 +08:00
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:
parent
3ea37b6715
commit
6a5af9dcd8
@ -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
|
||||
|
@ -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 ;;
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -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 ;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user