Date: Wed, 22 Dec 2004 20:10:59 +0100 From: Dirk Arlt <dirkarlt@gmx.de> To: freebsd-stable@freebsd.org Subject: Re: CPUTYPE changes ? (RELENG_5) Message-ID: <20041222201059.002d9df2.dirkarlt@gmx.de> In-Reply-To: <6.2.0.14.0.20041222134831.101dc3e8@64.7.153.2> References: <6.2.0.14.0.20041222134831.101dc3e8@64.7.153.2>
next in thread | previous in thread | raw e-mail | index | archive | help
from /usr/share/examples/etc/make.conf ---- # Currently the following CPU types are recognized: # Intel x86 architecture: # (AMD CPUs) athlon-mp athlon-xp athlon-4 athlon-tbird athlon # k6-3 # k6-2 k6 k5 # (Intel CPUs) p4 p3 p2 i686 i586/mmx i586 i486 i386 # Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4 # Intel ia64 architecture: itanium # # (?= allows to buildworld for a different CPUTYPE.) # #CPUTYPE?=i686 #NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically #NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS #automatically # ---- Mike Tancsa <mike@sentex.net> schrieb: > > I have in the past used > CPUTYPE=i686 > > in /etc/make.conf > > > > But today, I am getting > > > > # make buildworld > "Makefile.inc1", line 117: CPUTYPE global should be set with ?=. > *** Error code 1 > > Stop in /usr/src. > # > > This no longer seems to work. What is the correct syntax for this ? [...] Dirk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041222201059.002d9df2.dirkarlt>