FreeBSD 6.2にしてみました
FreeBSD 6.1-RELEASE-p11からFreeBSD 6.2-RELEASEにアップグレードしました。
make.confの設定
# cat /var/run/dmesg.boot CPU: Intel(R) Pentium(R) 4 CPU 2.40GHz (2391.14-MHz 686-class CPU) Origin = "GenuineIntel" Id = 0xf27 Stepping = 7 Features=0xbfebfbffFeatures2=0x400 real memory = 535236608 (510 MB) avail memory = 514408448 (490 MB) 次のページを参考しCPUTYPEを設定します。 http://gcc.gnu.org/onlinedocs/gcc-4.1.1/gcc/i386-and-x86_002d64-Options.html
# cat /etc/make.conf CPUTYPE=pentium4 # added by use.perl 2006-11-08 01:48:21 PERL_VER=5.8.8 PERL_VERSION=5.8.8
Posted: 1月 16th, 2007 under FreeBSD.
Comments: none