| Submitter | Benjamin Kosnik |
|---|---|
| Date | Jan. 20, 2011, 6:35 p.m. |
| Message ID | <20110120103510.46c2e191@shotwell> |
| Download | mbox | patch |
| Permalink | /patch/79747/ |
| State | New |
| Headers | show |
Comments
On Thu, Jan 20, 2011 at 10:35:10AM -0800, Benjamin Kosnik wrote: > 2011-01-20 Benjamin Kosnik <bkoz@redhat.com> > > PR libstdc++/36104 > * acinclude.m4 (LIBGOMP_ENABLE_SYMVERS): Accept gnu variants. Okay. Jakub
Patch
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...