What is the right gcc CPUTYPE optimization for the server?

2006-12-25 Thread Abdullah Al-Marrie
Hello Guys, I'm own some servers, with different cpus. Dual Xeon EMT64 aka nocona P4 Celeron These servers run only internet apps, like apache, mysql, php, ..etc. What is the best cputype for these apps with these different cpus in make.conf? No X11 in the servers at all, so mmx, sse ..etc,

Re: What is the right gcc CPUTYPE optimization for the server?

2006-12-25 Thread Ahmad Arafat Abdullah
just my simple opinion.. maybe u can use: nocona pentium4 i686 mine is pentium4 freebsd# less /etc/make.conf # added by use.perl 2006-08-22 09:40:06 PERL_VER=5.8.8 PERL_VERSION=5.8.8 CFLAGS= -O2 -pipe -funroll-loops -ffast-math COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math NO_PROFILE=true