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: Mark Brand
Subject: Re: [Mingw-cross-env-list] Specifying --build (was: make curl fails)
Date: Sat, 26 Nov 2011 20:39:31 +0100

>
> Mmmm, not sure. As you mentioned earlier, config.guess can be in
> different places, and both will fail if execute bits aren't set (for
> whatever reason). I'd probably keep a recent version in /tools or /src
> and invoke it with:
>
>    --build=`sh $(TOP_DIR)/[tools|src]/config.guess`
>
> This could be wrapped in a new Makefile variable:
>    --build=... \
>    --host=... \
>    --prefix=... \
>    [--enable-static \]
>    [--disable-shared]
>

It's not really necessary to run config.guess again for each package
is it? We could just do it once, say, as part of gcc.mk, and store the
value somewhere. What do you think?

Mark



reply via email to

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