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: Volker Grabsch
Subject: Re: [Mingw-cross-env-list] Specifying --build (was: make curl fails)
Date: Mon, 12 Dec 2011 11:18:01 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

Hello Tony,

Thanks for your work regarding the config.guess issue.
However, I think there's something strange in the current
dev version:

Tony Theodore schrieb:
> On 29 November 2011 03:06, Volker Grabsch <address@hidden> wrote:
> >
> > (I prefer $(PREFIX)/$(TARGET) over $(PREFIX) because we
> >  might want to add TARGET-specific stuff here in the future.)
> 
> Indeed, only $(PREFIX)/$(TARGET) is required:
> 
> http://hg.savannah.gnu.org/hgweb/mingw-cross-env/rev/57d6b9a7a2a0

This changeset introduces the creation of config.site:

    [...]
    echo "ac_cv_build=`$(1)/config.guess`" > 
'$(PREFIX)/$(TARGET)/share/config.site'

It was meant to replace the direct calls to config.guess:

    ./configure \
        --build="`config.guess`" \
        [...]

However, according to Mark the config.site script isn't really
used. So I guess the config.site file should be removed, shouldn't
it? Or are you still looking for a way to remove the "--build" lines?


Greets,
Volker

-- 
Volker Grabsch
---<<(())>>---



reply via email to

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