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]

[libgomp] adjust symvers configure


Ooops: this has been stuck in bugzilla for two years. When libgomp took
the libstdc++ configure bits for symvers, one bit was missed. This adds
it.

This is needed
for --enable-versioning=gnu-namespace-versioning. 

tested x86_64/linux

-benjamin
2011-01-20  Benjamin Kosnik  <bkoz@redhat.com>

	    PR libstdc++/36104
	    * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants.

Index: acinclude.m4
===================================================================
--- acinclude.m4	(revision 169061)
+++ acinclude.m4	(working copy)
@@ -223,7 +223,7 @@
 
 LIBGOMP_ENABLE(symvers,yes,[=STYLE],
   [enables symbol versioning of the shared library],
-  [permit yes|no|gnu|sun])
+  [permit yes|no|gnu*|sun])
 
 # If we never went through the LIBGOMP_CHECK_LINKER_FEATURES macro, then we
 # don't know enough about $LD to do tricks...

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