Mailing List Archive

cross-emerge and BUILD_LDFLAGS
I see that cross-emerge sets:
: ${CBUILD=${_E_CBUILD}}
: ${BUILD_CFLAGS=${_E_CFLAGS}}
: ${BUILD_CXXFLAGS=${_E_CXXFLAGS}}
: ${BUILD_CPPFLAGS=${_E_CPPFLAGS}}

but there is no BUILD_LDFLAGS, its it missing or not needed?
BUILD_LDFLAGS is used by various ebuilds.

Also, a cross-ebuild would be convenient as I too lazy to type
CROSS_CMD=ebuild cross-emerge ....

Jocke
Re: cross-emerge and BUILD_LDFLAGS [ In reply to ]
On Fri, 2015-07-17 at 09:18 +0000, Joakim Tjernlund wrote:
> I see that cross-emerge sets:
> : ${CBUILD=${_E_CBUILD}}
> : ${BUILD_CFLAGS=${_E_CFLAGS}}
> : ${BUILD_CXXFLAGS=${_E_CXXFLAGS}}
> : ${BUILD_CPPFLAGS=${_E_CPPFLAGS}}
>
> but there is no BUILD_LDFLAGS, its it missing or not needed?
> BUILD_LDFLAGS is used by various ebuilds.
>
> Also, a cross-ebuild would be convenient as I too lazy to type
> CROSS_CMD=ebuild cross-emerge ....
>
> Jocke

Patches accepted....
Re: cross-emerge and BUILD_LDFLAGS [ In reply to ]
On Mon, 2015-07-20 at 14:37 -0500, Steev Klimaszewski wrote:
> On Fri, 2015-07-17 at 09:18 +0000, Joakim Tjernlund wrote:
> > I see that cross-emerge sets:
> > : ${CBUILD=${_E_CBUILD}}
> > : ${BUILD_CFLAGS=${_E_CFLAGS}}
> > : ${BUILD_CXXFLAGS=${_E_CXXFLAGS}}
> > : ${BUILD_CPPFLAGS=${_E_CPPFLAGS}}
> >
> > but there is no BUILD_LDFLAGS, its it missing or not needed?
> > BUILD_LDFLAGS is used by various ebuilds.
> >
> > Also, a cross-ebuild would be convenient as I too lazy to type
> > CROSS_CMD=ebuild cross-emerge ....
> >
> > Jocke
>
> Patches accepted....
>

Just did, please have a look at them.

Jocke