CPUTYPE changes ? (RELENG_5)
Dirk Arlt
dirkarlt at gmx.de
Wed Dec 22 11:10:52 PST 2004
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 at 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
More information about the freebsd-stable
mailing list