diff options
author | mux <mux@FreeBSD.org> | 2002-09-07 01:19:15 +0000 |
---|---|---|
committer | mux <mux@FreeBSD.org> | 2002-09-07 01:19:15 +0000 |
commit | 07cbf97f9f02fc4265401684cf16888b4882d3fe (patch) | |
tree | 225613016cc7c250a93683fac676baf8857b9b89 /share | |
parent | 7387c7151c86b0968b3032ed921343df8b28dd67 (diff) | |
download | FreeBSD-src-07cbf97f9f02fc4265401684cf16888b4882d3fe.zip FreeBSD-src-07cbf97f9f02fc4265401684cf16888b4882d3fe.tar.gz |
List the new athlon CPUs supported by the CPUTYPE make variable.
Submitted by: kris
Diffstat (limited to 'share')
-rw-r--r-- | share/examples/etc/make.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/share/examples/etc/make.conf b/share/examples/etc/make.conf index 023a45f..e4a0d4b 100644 --- a/share/examples/etc/make.conf +++ b/share/examples/etc/make.conf @@ -24,7 +24,8 @@ # NO_CPU_CFLAGS variable below. # Currently the following CPU types are recognized: # Intel x86 architecture: -# (AMD CPUs) k7 k6-2 k6 k5 +# (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: ev6 pca56 ev56 ev5 ev45 ev4 # Intel ia64 architecture: itanium |