On Wed, Feb 06, 2008 at 11:09:42AM -0700, Marc Jones wrote: > Cross compile flags were missing for ar to create coreboot.a. > > Signed-off-by: Marc Jones <[EMAIL PROTECTED]>
Acked-by: Peter Stuge <[EMAIL PROTECTED]> > Index: coreboot-v2/src/config/Config.lb > =================================================================== > --- coreboot-v2.orig/src/config/Config.lb 2008-02-06 10:17:43.000000000 > -0700 > +++ coreboot-v2/src/config/Config.lb 2008-02-06 10:17:22.000000000 -0700 > @@ -35,7 +35,7 @@ > makerule coreboot.a > depends "$(OBJECTS)" > action "rm -f coreboot.a" > - action "ar cr coreboot.a $(OBJECTS)" > + action "$(CROSS_COMPILE)ar cr coreboot.a $(OBJECTS)" > end > > -- coreboot mailing list [email protected] http://www.coreboot.org/mailman/listinfo/coreboot

