http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48135
--- Comment #10 from ro at CeBiTec dot Uni-Bielefeld.DE <ro at CeBiTec dot
Uni-Bielefeld.DE> 2011-03-17 14:04:09 UTC ---
> --- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2011-03-17
> 13:58:19 UTC ---
> actually I see you're right, libgomp/configure doesn't allow symvers to be
> disabled for Solaris. Shouldn't there be a test like this before setting it?
> if test x$enable_symvers = xyes ; then
Indeed, just as in libstdc++-v3/configure. That's the `beauty' of
having (at least) two different ways of configuring symbol versioning in
tree.
Rainer