From owner-svn-src-head@FreeBSD.ORG Mon Apr 23 06:34:47 2012 Return-Path: Delivered-To: svn-src-head@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E055C1065675; Mon, 23 Apr 2012 06:34:47 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 99F1B8FC16; Mon, 23 Apr 2012 06:34:47 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:60a9:25db:2120:9de1] (unknown [IPv6:2001:7b8:3a7:0:60a9:25db:2120:9de1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id DE4525C37; Mon, 23 Apr 2012 08:34:46 +0200 (CEST) Message-ID: <4F94F807.5040209@FreeBSD.org> Date: Mon, 23 Apr 2012 08:34:47 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:12.0) Gecko/20120410 Thunderbird/12.0 MIME-Version: 1.0 To: Nathan Whitehorn References: <201204162136.q3GLaurU051667@svn.freebsd.org> <4F946D0C.9000900@FreeBSD.org> <4F94A864.1000401@freebsd.org> In-Reply-To: <4F94A864.1000401@freebsd.org> X-Enigmail-Version: 1.4.1 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org, Andreas Tobler Subject: Re: svn commit: r234356 - in head: gnu/lib/csu lib/clang lib/csu/powerpc X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 23 Apr 2012 06:34:48 -0000 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.