Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Sep 2010 13:47:37 +0200
From:      Dimitry Andric <dim@FreeBSD.org>
To:        Bartosz Stec <admin@kkip.pl>
Cc:        Rene Ladan <rene@freebsd.org>, Roman Divacky <rdivacky@freebsd.org>, current@freebsd.org
Subject:   Re: Clang now builds world and kernel, on i386 and amd64
Message-ID:  <4C9C8FD9.1030305@FreeBSD.org>
In-Reply-To: <4C9C8A64.3000103@kkip.pl>
References:  <4C99A53E.7060707@FreeBSD.org>	<AANLkTi=_ZpYZ7XwHJOYuRMOFCGebRwD=YEYORKnMmC0s@mail.gmail.com>	<4C9A32B8.60204@kkip.pl>	<4C9A6A38.4080307@freebsd.org>	<4C9A7203.8010701@kkip.pl>	<20100923065134.GA31455@freebsd.org>	<4C9B3207.2070302@kkip.pl>	<4C9B383A.6080008@FreeBSD.org> <4C9B38E2.7010403@kkip.pl> <4C9B6804.3070102@FreeBSD.org> <4C9C8A64.3000103@kkip.pl>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2010-09-24 13:24, Bartosz Stec wrote:
> make.conf (note that NOCCACHE was defined in environment during all
> builds so ccache wasn't used):
>
>      CPUTYPE=athlon-xp
>
>      # default build settings for ports collection
>      .if ${.CURDIR:M*/ports/*}&&  !defined(NOCCACHE)
>      CFLAGS=-O2 -pipe
>      .endif
>
>      # default build settings for base system
>      .if ${.CURDIR:M*/usr/src/*} || ${.CURDIR:M*/usr/obj/*}
>
>      CFLAGS=-O2 -pipe
>      COPTFLAGS=-O2 -pipe
>
>      .if !defined(NOCCACHE)
>      CC:=${CC:C,^cc,/usr/local/libexec/ccache/world-cc,1}
>      CXX:=${CXX:C,^c\+\+,/usr/local/libexec/ccache/world-c++,1}
>      .endif
>      .endif
>
>      # added by use.perl 2010-08-10 10:21:21
>      PERL_VERSION=5.10.1

Could you please try to rename this make.conf to e.g. make.conf.disable,
and retry the world build?



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