svn commit: r199767 - in
projects/clangbsd/contrib/llvm/tools/clang:
include/clang/Driver lib/Driver
Roman Divacky
rdivacky at freebsd.org
Tue Nov 24 22:04:14 UTC 2009
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
More information about the svn-src-projects
mailing list