This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[v3] libstdc++/38384


turns off symbol versioning for hpux targets, as detailed by target
maintainer in the bugzilla thread.

tested x86_64/linux

-benjamin
2009-01-22  Benjamin Kosnik  <bkoz@redhat.com>

	PR libstdc++/38384
	* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Disable symbol versioning
	on HPUX.
	* configure: Regenerate.


Index: acinclude.m4
===================================================================
--- acinclude.m4	(revision 143575)
+++ acinclude.m4	(working copy)
@@ -2728,7 +2728,7 @@
   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 ;;

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]