From owner-svn-src-all@FreeBSD.ORG Sun Apr 22 20:41:59 2012 Return-Path: Delivered-To: svn-src-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B137C1065676; Sun, 22 Apr 2012 20:41:59 +0000 (UTC) (envelope-from andreast@FreeBSD.org) Received: from smtp.fgznet.ch (mail.fgznet.ch [81.92.96.47]) by mx1.freebsd.org (Postfix) with ESMTP id 40AA98FC12; Sun, 22 Apr 2012 20:41:58 +0000 (UTC) Received: from deuterium.andreas.nets (dhclient-91-190-14-19.flashcable.ch [91.190.14.19]) by smtp.fgznet.ch (8.13.8/8.13.8/Submit_SMTPAUTH) with ESMTP id q3MKfmZo087338; Sun, 22 Apr 2012 22:41:51 +0200 (CEST) (envelope-from andreast@FreeBSD.org) Message-ID: <4F946D0C.9000900@FreeBSD.org> Date: Sun, 22 Apr 2012 22:41:48 +0200 From: Andreas Tobler User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.5; rv:11.0) Gecko/20120327 Thunderbird/11.0.1 MIME-Version: 1.0 To: Dimitry Andric References: <201204162136.q3GLaurU051667@svn.freebsd.org> In-Reply-To: <201204162136.q3GLaurU051667@svn.freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Scanned-By: MIMEDefang 2.64 on 81.92.96.47 Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r234356 - in head: gnu/lib/csu lib/clang lib/csu/powerpc X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 22 Apr 2012 20:41:59 -0000 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. Andreas