diff options
| author | Maxime Henrion <mux@FreeBSD.org> | 2002-09-07 01:19:15 +0000 |
|---|---|---|
| committer | Maxime Henrion <mux@FreeBSD.org> | 2002-09-07 01:19:15 +0000 |
| commit | af1ed8d074308d0bf753081c9ef42c473c5df75a (patch) | |
| tree | 225613016cc7c250a93683fac676baf8857b9b89 | |
| parent | 8e4b67a2a371383b6f133318a961fba52b3089cc (diff) | |
Notes
| -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 |
