svn commit: r234356 - in head: gnu/lib/csu lib/clang lib/csu/powerpc

Dimitry Andric dim at FreeBSD.org
Mon Apr 23 06:34:48 UTC 2012


On 2012-04-23 02:55, Nathan Whitehorn wrote:
> On 04/22/12 15:41, Andreas Tobler wrote:
>> On 16.04.12 23:36, Dimitry Andric wrote:
>>> Author: dim
>>> Date: Mon Apr 16 21:36:55 2012
>>> New Revision: 234356
>>> URL: http://svn.freebsd.org/changeset/base/234356
>>>
>>> Log:
>>>    Work around an issue on 32-bit PowerPC, where clang executable can 
>>> get
>>>    too big, causing 'relocation truncated to fit' errors at link time.
>>>
>>>    Reviewed by:    nwhitehorn
>>
>>
>> Did you build and boot a 32-bit world with gcc?
>>
>> I get an unusable install with this commit, every command segfaults. 
>> This is on a G5 SMP with 32-bit OS, gcc built.
>>
>> 64-bit world/kernel did boot.
> 
> I hadn't tested it before acking the review request. This does appear to 
> break everything for 32-bit PPC. Have you looked into why? Can this be 
> reverted in the interim?

Reverted in r234596.  Sorry for the breakage.  Now world won't build for
powrpc, but WITHOUT_CLANG should solve that.


More information about the svn-src-head mailing list