On Sun, May 25, 2014 at 10:56 AM, Antti Kantee <[email protected]> wrote: > On 24/05/14 14:46, Justin Cormack wrote: >> buildrump.sh does not pass through BUILDRUMP_{C,A,LD}FLAGS through to >> EXTRA_* - what was the intention here? It makes it difficult to eg >> cross compile for a particular arm architecture eg if I want to do an >> armv7 build with a generic arm cross compiler. >> >> I see there is a comment # XXX: this is not yet functional the way I >> want it to be - which might be about this, not clear what was >> intended. I don't really see any reason not to pass them through... > > I think the intention was that there are variables which are probed and > set by buildrump.sh (EXTRA_FOO) and ones which can be specified in the > environment and will be picked up by rumpmake when it is run > (BUILDRUMP_FOO). > > Hmm, so the intention was that BUILDRUMP_FOO would not be used by > [directly] by buildrump.sh... might have to work on the names of those > variables ;)
The problem is that some of the changes you can make with flags affect the choices that buildrump.sh has to make, eg ABI selection for mips. You can add more options for buildrump.sh to work around this of course but it gets messier. Will have a think about the options... Justin ------------------------------------------------------------------------------ "Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE Instantly run your Selenium tests across 300+ browser/OS combos. Get unparalleled scalability from the best Selenium testing platform available Simple to use. Nothing to install. Get started now for free." http://p.sf.net/sfu/SauceLabs _______________________________________________ rumpkernel-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/rumpkernel-users
