Date: Tue, 20 Apr 2010 15:45:06 +0200 From: Roman Divacky <rdivacky@freebsd.org> To: Alexander Best <alexbestms@wwu.de> Cc: Eitan Adler <eitanadlerlist@gmail.com>, freebsd-current@freebsd.org Subject: Re: [CFT]: ClangBSD is selfhosting, we need testers now Message-ID: <20100420134506.GA65857@freebsd.org> In-Reply-To: <permail-2010042012380180e26a0b000007de-a_best01@message-id.uni-muenster.de> References: <x2za0777e081004200039z69fb39f8rb598e296d74ab8e3@mail.gmail.com> <permail-2010042012380180e26a0b000007de-a_best01@message-id.uni-muenster.de>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Apr 20, 2010 at 02:38:01PM +0200, Alexander Best wrote: > Eitan Adler schrieb am 2010-04-20: > > > i was also wondering: what's the reason gcc is still being used > > > during step > > > "Building an up-to-date make(1)" and not clang? > > > because make segfaults when using clang ;) > > ah ok. that's quite a good reason. ;) no, the gcc is used because you have CC=cc in your /usr/share/mk/sys.mk you can setenv CC clang to get rid of this (and yes, it WILL work) I have identified the problem with make (and all other statically linked apps) and I even have a possible fix for that. expect this to be fixed soon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20100420134506.GA65857>