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 21:26:12 +0100

> 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



reply via email to

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