Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Aug 2008 16:23:18 +0300
From:      Stefan Lambrev <stefan.lambrev@moneybookers.com>
To:        Jeremy Chadwick <koitsu@FreeBSD.org>
Cc:        freebsd-stable@freebsd.org, Pascal Hofstee <caelian@gmail.com>
Subject:   Re: CPUTYPE weirdness
Message-ID:  <48A431C6.1050401@moneybookers.com>
In-Reply-To: <20080814130954.GA25304@eos.sc1.parodius.com>
References:  <20080814143546.5e1a6a16@nebuchadnezzar> <20080814130954.GA25304@eos.sc1.parodius.com>

next in thread | previous in thread | raw e-mail | index | archive | help


Jeremy Chadwick wrote:
> On Thu, Aug 14, 2008 at 02:35:46PM +0200, Pascal Hofstee wrote:
>   
>> I just installed a fresh FreeBSD/amd64 7.0-RELEASE and trying to update
>> to RELENG_7_0.
>>
>> I added CPUTYPE ?= core2 to my /etc/src.conf and every call to make
>> in /usr/src now gives me the error
>>
>> "/usr/src/Makefile.inc1", line 142: CPUTYPE global should be set
>> with ?=.
>> *** Error code 1
>>
>> Anyone has any idea what i am doing wrong here ... this same mechanism
>> has worked flawlessly on several other systems (although they were not
>> RELENG_7_0) ?
>>     
>
> 1) Remove the space after the word "CPUTYPE", e.g.:
>
> 	CPUTYPE?=core2
>
> You can put a tab after the "=" if you want, e.g.:
>
> 	CPUTYPE?=	core2
>
> 2) According to some very old mail I have (will dig it up if you want),
> Core2Duo users should be using CPUTYPE?=nocona.
>   
This should be fixed long time ago. core2 is alias for nocona but the 
idea is users to
be ready when additional optimization for core2 are added.

-- 

Best Wishes,
Stefan Lambrev
ICQ# 24134177




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