From patchwork Thu Jan 20 18:35:10 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [libgomp] adjust symvers configure Date: Thu, 20 Jan 2011 08:35:10 -0000 From: Benjamin Kosnik X-Patchwork-Id: 79747 Message-Id: <20110120103510.46c2e191@shotwell> To: gcc-patches@gcc.gnu.org, jakub@redhat.com 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 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...