This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch mingw]: Keep inhibit_libc set to false on cross-compilation of mingw targets


2010/10/16 Dave Korn <dave.korn.cygwin@gmail.com>:
> On 16/10/2010 00:11, Dave Korn wrote:
>
>> $ diff -pu configure.ac .cf
>> --- configure.ac ? ? ? ?2010-10-14 05:10:03.359375000 +0100
>> +++ .cf 2010-10-16 00:09:47.921875000 +0100
>> @@ -1735,6 +1735,11 @@ then
>> ? ? ? ? ? ? ? ? fi
>> ? ? ? ? ? ? ? ? ;;
>>
>> + ? ? ? ? ? *,*-*-mingw*)
>> + ? ? ? ? ? ? ? if test "x$with_headers" = x; then
>> + ? ? ? ? ? ? ? ? ? with_headers=yes
>> + ? ? ? ? ? ? ? fi
>> + ? ? ? ? ? ? ? ;;
>> ? ? ? ? ? ? i?86-*-*,x86_64-*-* \
>> ? ? ? ? ? ? | powerpc*-*-*,powerpc64*-*-*)
>> ? ? ? ? ? ? ? ? CROSS="$CROSS -DNATIVE_CROSS" ;;
>>
>>
>> which ought to be just the same as testing $target only.
>
> ?Yeah, actually that's too simplistic, it doesn't enable NATIVE_CROSS when it
> could do. ?By the time you added an extra clause for that case ... may as well
> stick to your original plan.
>
> ? ?cheers,
> ? ? ?DaveK
>
>
>

Ok, applied patch at revision 165538.

Thanks,
Kai

-- 
|? (\_/) This is Bunny. Copy and paste
| (='.'=) Bunny into your signature to help
| (")_(") him gain world domination


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]