make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
Hi list, I'm upgrading an x86 from 6.0-RELEASE to 6.1-RELEASE (RELENG_6_1). - The CPU is hw.machine: i386 hw.model: Pentium III/Pentium III Xeon/Celeron - I have these options specified in /etc/make.conf CPUTYPE=pentium3[m] CFLAGS= -O2 -pipe COPTFLAGS= -O2 -pipe - I'm getting this errors at

[SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? # (Intel CPUs) nocona pentium4[m] prescott pentium3[m] pentium-m

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Erik Trulsson
On Tue, May 09, 2006 at 11:21:52PM +0200, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? #

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread RW
On Tuesday 09 May 2006 22:21, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of /usr/src/share/examples/etc/make.conf ? [] is usually

Re: [SOLVED] Re: make buildworld fails with CPUTYPE set

2006-05-09 Thread Pietro Cerutti
On 5/9/06, RW [EMAIL PROTECTED] wrote: On Tuesday 09 May 2006 22:21, Pietro Cerutti wrote: On 5/9/06, Pietro Cerutti [EMAIL PROTECTED] wrote: CPUTYPE=pentium3[m] I solved the problem by putting pentium3 instead of pentium3[m]. So why it's stated pentium3[m] in line 35 of