mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Mingw-cross-env-list] Specifying --build (was: make curl fails)


From: Tony Theodore
Subject: Re: [Mingw-cross-env-list] Specifying --build (was: make curl fails)
Date: Sun, 27 Nov 2011 08:32:43 +1100

On 27 November 2011 07:26, Mark Brand <address@hidden> wrote:
>> Shall we just install the config.guess from gcc to
>> <mcedir>/usr/bin/config.guess and add the following to the main
>> Makefile?:
>>
>>    BUILD      := $(shell $(PWD)/usr/bin/config.guess)
>
> This better I think:
>
>    BUILD      := $(shell $(PREFIX)/bin/config.guess)
>
> Mark

This seems ideal, gcc is the "perfect" source for config.guess, if a
platform isn't recognised by gcc, we can't do much with it!

I think it's safe to put this is in $(PREFIX)/bin, even without a
prefix, this script is always appropriate to run on the build machine.

There's another script, config.sub. I'm not sure what it does, but it
seems to be a complement to config.guess. I imagine that if we install
them in the same place, all will be fine.

Cheers,

Tony



reply via email to

[Prev in Thread] Current Thread [Next in Thread]