From owner-svn-src-projects@FreeBSD.ORG Tue Nov 24 22:04:14 2009 Return-Path: Delivered-To: svn-src-projects@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1EFD81065696 for ; Tue, 24 Nov 2009 22:04:14 +0000 (UTC) (envelope-from rdivacky@vlk.vlakno.cz) Received: from vlakno.cz (77-93-215-190.static.masterinter.net [77.93.215.190]) by mx1.freebsd.org (Postfix) with ESMTP id CD7AA8FC1A for ; Tue, 24 Nov 2009 22:04:13 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id EEE9D9CB0E9; Tue, 24 Nov 2009 22:44:37 +0100 (CET) X-Virus-Scanned: amavisd-new at vlakno.cz Received: from vlakno.cz ([127.0.0.1]) by localhost (lev.vlakno.cz [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id rTePaz6xhfxw; Tue, 24 Nov 2009 22:44:35 +0100 (CET) Received: from vlk.vlakno.cz (localhost [127.0.0.1]) by vlakno.cz (Postfix) with ESMTP id 9DA3B9CB104; Tue, 24 Nov 2009 22:44:35 +0100 (CET) Received: (from rdivacky@localhost) by vlk.vlakno.cz (8.14.3/8.14.3/Submit) id nAOLiZZw057899; Tue, 24 Nov 2009 22:44:35 +0100 (CET) (envelope-from rdivacky) Date: Tue, 24 Nov 2009 22:44:35 +0100 From: Roman Divacky To: src-committers@freebsd.org, svn-src-projects@freebsd.org Message-ID: <20091124214435.GB56157@freebsd.org> References: <200911242106.nAOL6f3r029563@svn.freebsd.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200911242106.nAOL6f3r029563@svn.freebsd.org> User-Agent: Mutt/1.4.2.3i Cc: Subject: Re: svn commit: r199767 - in projects/clangbsd/contrib/llvm/tools/clang: include/clang/Driver lib/Driver X-BeenThere: svn-src-projects@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the src " projects" tree" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Nov 2009 22:04:14 -0000 On Tue, Nov 24, 2009 at 09:06:41PM +0000, Roman Divacky wrote: > Author: rdivacky > Date: Tue Nov 24 21:06:41 2009 > New Revision: 199767 > URL: http://svn.freebsd.org/changeset/base/199767 > > Log: > Always link crt* stuff from /usr/lib/ or /usr/lib32 > depending on wheteher we are cross compiling or not. > > This reveales a problem wth lib32 build that I am going to fix. so far we were linking in /usr/lib{32}/crt* istead of the build ones. this is waaaay too wrong. this fixes it and thus introducing the lib32 breakage pointed out by: ru