[coreboot] [Fwd: Re: [patch] Build error with top of tree V2]

Marc Jones Marc.Jones at amd.com
Tue Feb 12 02:03:28 CET 2008


Peter Stuge wrote:
> On Thu, Feb 07, 2008 at 04:00:14PM -0700, Marc Jones wrote:
>   
>> Looking for an ack.
>>     
>
> I thought I had acked this already.
>
>   
>> Cross compile flags were missing for ar to create coreboot.a.
>>
>> Signed-off-by: Marc Jones <marc.jones at amd.com>
>>     
>
> Acked-by: Peter Stuge <peter at stuge.se>
>
>   
>> 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
>>  
>>  
>>     
>
>   
Thanks Peter. I missed it.
Thanks Stefan for checking it in.
Marc

-- 
Marc Jones
Senior Firmware Engineer
(970) 226-9684 Office
mailto:Marc.Jones at amd.com
http://www.amd.com/embeddedprocessors 







More information about the coreboot mailing list