From owner-freebsd-questions@FreeBSD.ORG Wed Sep 24 01:29:58 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C16C41065671 for ; Wed, 24 Sep 2008 01:29:58 +0000 (UTC) (envelope-from brian@brianwhalen.net) Received: from entwistle.sonicboom.org (entwistle.sonicboom.org [66.93.34.170]) by mx1.freebsd.org (Postfix) with ESMTP id 6A2468FC14 for ; Wed, 24 Sep 2008 01:29:53 +0000 (UTC) (envelope-from brian@brianwhalen.net) Received: from [127.0.0.1] (localhost.sonicboom.org [127.0.0.1]) by entwistle.sonicboom.org (8.14.2/8.14.2) with ESMTP id m8O1Tqau091234 for ; Tue, 23 Sep 2008 18:29:52 -0700 (PDT) (envelope-from brian@brianwhalen.net) Message-ID: <48D99814.9080308@brianwhalen.net> Date: Tue, 23 Sep 2008 18:29:56 -0700 From: Brian User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: questions@freebsd.org References: <48D7092B.1040503@brianwhalen.net> <48D71502.6070307@brianwhalen.net> <48D91ACA.2080803@brianwhalen.net> <200809232044.29035.fbsd.questions@rachie.is-a-geek.net> In-Reply-To: <200809232044.29035.fbsd.questions@rachie.is-a-geek.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: Subject: Re: ccache on amd64 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Sep 2008 01:29:58 -0000 Mel wrote: > On Tuesday 23 September 2008 18:35:22 Brian wrote: > > >> /usr/local/libexec/ccache/world-cc -m32 -march=i686 -mmmx -msse -msse2 >> -mfancy-math-387 -DCOMPAT_32BIT -iprefix /usr/obj/usr/src/lib32/usr/ >> -L/usr/obj/usr/src/lib32/usr/lib32 -B/usr/obj/usr/src/lib32/usr/lib32 >> -fpic -DPIC -O2 -fno-strict-aliasing -pipe -DTERMIOS -DANSI_SOURCE >> -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl >> -I/usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto >> -I/usr/obj/lib32/usr/src/secure/lib/libcrypto -DOPENSSL_THREADS >> -DDSO_DLFCN -DHAVE_DLFCN_H -DOPENSSL_NO_IDEA -DL_ENDIAN -DNO_IDEA >> -std=gnu89 -c >> /usr/src/secure/lib/libcrypto/../../../crypto/openssl/crypto/x509v3/v3_utl. >> c -o v3_utl.So >> /usr/local/libexec/ccache/world-cc -m32 -march=i686 -mmmx -msse -msse2 >> > ^^^^^^^^^^^^^^^^^^^^^^^ > > Where does that come from? > On my system it's: > -m32 -march=k8 > I have no idea where those came from, this currently is a pretty fresh 6.4 beta install. My make.conf has no such argument. I have always been fraid of adjusting this value. I'll try mucking with this some. To recap, my current /etc/make.conf is [root@amd /usr/local/etc]# more /etc/make.conf # added by use.perl 2008-09-20 15:50:41 PERL_VER=5.8.8 PERL_VERSION=5.8.8 #.if exists(/usr/local/libexec/ccache/world-cc) && !defined(NOCCACHE) && \ # (!empty(.CURDIR:M/usr/src*) || !empty(.CURDIR:M/usr/obj*)) #CC := ${CC:C,^cc,/usr/local/libexec/ccache/world-cc,1} #CXX := ${CXX:C,^c\+\+,/usr/local/libexec/ccache/world-c++,1} #.endif