-march athlon breaks my networking was: ip stack broken?

2003-10-19 Thread slave-mike
I realized that my /etc/make.conf was set to use -O0 -march athlon for kernel builds. After removing the COPTS and CPU stuff form /etc/make.conf my kernel's networking now works fine. Any clue as to why -march athlon breaks my networking? slave-mike wrote: FYI: here is the output from ifconfig,

Re: -march athlon breaks my networking was: ip stack broken?

2003-10-19 Thread Kris Kennaway
On Sun, Oct 19, 2003 at 03:39:59PM -0400, slave-mike wrote: I realized that my /etc/make.conf was set to use -O0 -march athlon for kernel builds. After removing the COPTS and CPU stuff form /etc/make.conf my kernel's networking now works fine. Any clue as to why -march athlon breaks my

Re: -march athlon breaks my networking was: ip stack broken?

2003-10-19 Thread Andre Guibert de Bruet
On Sun, 19 Oct 2003, slave-mike wrote: I realized that my /etc/make.conf was set to use -O0 -march athlon for kernel builds. After removing the COPTS and CPU stuff form /etc/make.conf my kernel's networking now works fine. Any clue as to why -march athlon breaks my networking? Could you

Re: -march athlon breaks my networking was: ip stack broken?

2003-10-19 Thread slave-mike
in /etc/make.conf #CPUTYPE= athlon #COPTFLAGS= -O0 is what is in my /etc/make.conf -march should be -mcpu. sorry!. :) as in cc -O -pipe -mcpu=pentiumpro ... Aparantly, when I have my CPUTYPE set to ATHLON, and the build is called with -mcpu=athlon, something is going

Re: -march athlon breaks my networking was: ip stack broken?

2003-10-19 Thread mjoyner
Roger Wilco! Andre Guibert de Bruet wrote: On Sun, 19 Oct 2003, slave-mike wrote: I realized that my /etc/make.conf was set to use -O0 -march athlon for kernel builds. After removing the COPTS and CPU stuff form /etc/make.conf my kernel's networking now works fine. Any clue as to why -march