[Mono-dev] [HaikuPorts-devs] [PATCH 01/12] configure: Add support for Haiku

Andreas Färber andreas.faerber at web.de
Fri Mar 26 12:17:30 EDT 2010


Am 26.03.2010 um 16:48 schrieb Ingo Weinhold:

> On 2010-03-26 at 14:29:54 [+0100], Andreas Färber <andreas.faerber at web.de 
> >
> 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


More information about the Mono-devel-list mailing list