Am 26.03.2010 um 16:48 schrieb Ingo Weinhold: > On 2010-03-26 at 14:29:54 [+0100], Andreas Färber <[email protected] > > > wrote: >> cygwin*) >> have_visibility_hidden=no >> + ;; >> + haiku*) >> + # at least for GCC2 there are similar warnings as above >> + have_visibility_hidden=no >> + LIBC=libroot.so >> + ;; > > This is indeed just a gcc 2 *compiler* problem. The binutils support > the > feature. If have_visibility_hidden=no has any disadvantages, it > would make > sense to set it depending on the compiler version (respectively do a > check > here).
I don't know about disadvantages, but I'll rework the patch. I'm not sure if the current patch series still works with GCC2 (some ANSI fixes were committed months ago), if not, I might just strip those two lines. It's just about warnings in a legacy compiler after all. Thanks, Andreas _______________________________________________ Mono-devel-list mailing list [email protected] http://lists.ximian.com/mailman/listinfo/mono-devel-list
