Re: Building kernel, -mno-3dnow and stuff.

2005-05-26 Thread Viatcheslav Fedorov
From: "Darren Pilgrim" cc -O -pipe -march=pentiumpro -march=athlon-tbird -I/<...cut...> -mno-mmx -mno-3dnow -mno-sse -mno-sse2 These are disabled because they cause problems when used in the kernel. my ``/etc/make.conf'' file: - CPUTYPE=athlon-tbird CFLA

RE: Building kernel, -mno-3dnow and stuff.

2005-05-26 Thread Darren Pilgrim
From: Viatcheslav Fedorov > > cc -O -pipe -march=pentiumpro -march=athlon-tbird > -I/<...cut...> -mno-mmx -mno-3dnow -mno-sse -mno-sse2 These are disabled because they cause problems when used in the kernel. > my ``/etc/make.conf'' file: > - > CPUTYPE=athlon