[U-Boot] [RFC] x86: Do no use reparm as it break libgcc linkage

Scott Wood scottwood at freescale.com
Fri Nov 11 20:59:08 CET 2011


On 11/10/2011 07:55 PM, Mike Frysinger wrote:
> On Thursday 10 November 2011 20:51:47 Graeme Russ wrote:
>> A few questions (I am unfamiliar with the Linux build environment):
>>
>>  a) Does Linux link to libgcc
> 
> no Linux port uses libgcc.  they've always done the equivalent of 
> PRIVATE_LIBGCC.  but in the case of x86, i can't see them providing any libgcc 
> funcs.  so i don't think u-boot should either.

Some of the less common architectures (openrisc, h8300, cris, m32r,
tile, xtensa) appear to use libgcc.

unicore32 appears to pull selected objects out of both libgcc and libc.

-Scott



More information about the U-Boot mailing list