diff options
| -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 023a45f9f489..e4a0d4b6743b 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 |
