Catch up with share/mk/bsd.cpu.mk revision 1.43.

This commit is contained in:
David E. O'Brien 2004-10-17 05:36:20 +00:00
parent 73c7393a9b
commit ffea66bce5

View File

@ -30,15 +30,17 @@
# NO_CPU_CFLAGS variable below.
# 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
# (AMD CPUs) opteron athlon64 athlon-mp athlon-xp athlon-4
# athlon-tbird athlon k6-3 k6-2 k6 k5
# (Intel CPUs) pentium4[m] pentium3[m] pentium2 penitumpro pentium-mmx
# pentium i486 i386
# Alpha/AXP architecture: ev67 ev6 pca56 ev56 ev5 ev45 ev4
# AMD64 architecture: opteron, athlon64, nocona
# Intel ia64 architecture: itanium
#
# (?= allows to buildworld for a different CPUTYPE.)
#
#CPUTYPE?=i686
#CPUTYPE?=pentium3
#NO_CPU_CFLAGS= true # Don't add -march=<cpu> to CFLAGS automatically
#NO_CPU_COPTFLAGS=true # Don't add -march=<cpu> to COPTFLAGS automatically
#