Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Nov 2009 22:44:35 +0100
From:      Roman Divacky <rdivacky@freebsd.org>
To:        src-committers@freebsd.org, svn-src-projects@freebsd.org
Subject:   Re: svn commit: r199767 - in projects/clangbsd/contrib/llvm/tools/clang: include/clang/Driver lib/Driver
Message-ID:  <20091124214435.GB56157@freebsd.org>
In-Reply-To: <200911242106.nAOL6f3r029563@svn.freebsd.org>
References:  <200911242106.nAOL6f3r029563@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091124214435.GB56157>