On Thursday 13 October 2011 21:41:02 Alec Warner wrote:
> On Thu, Oct 13, 2011 at 4:48 PM, Mike Frysinger wrote:
> > i've found myself a few times having to implement logic like so:
> >        CFLAGS=${BUILD_CFLAGS:--O1 -pipe} \
> >        CXXFLAGS=${BUILD_CXXFLAGS:--O1 -pipe} \
> >        CPPFLAGS=${BUILD_CPPFLAGS} \
> >        LDFLAGS=${BUILD_LDFLAGS} \
> >        CC=$(tc-getBUILD_CC) \
> >        LD=$(tc-getBUILD_LD) \
> >        econf --host=${CBUILD} "$@"
> 
> I'm a newb, are BUILD_* expected to be set by users?

yes & no.  toolchain-funcs is intelligent to setup sane values if need be.
-mike

Attachment: signature.asc
Description: This is a digitally signed message part.

Reply via email to