Re: Broken loader in STABLE

2006-09-10 Thread Adam Retter
Thanks very much Tony :-D I removed my CFLAGS and COPTFLAGS from make.conf and just left the CPUTYPE flag and rebuilt and installed kernel and world, all seems to work fine again now, if anything the system seems a bit faster :-D Thanks again. Adam. On Fri, 2006-09-08 at 10:16 +1000, Tony Maher

Re: Broken loader in STABLE

2006-09-08 Thread Charles P. Schaum
> CFLAGS= -O2 -pipe -funroll-loops -ffast-math I had used similar optimizations soon after going from 6.1-RELEASE to 6-STABLE and discovered it was a bad idea. Using -O -pipe has since stood me in good stead. The system is by no means sluggish, even on a cut-rate build-on-a-budget machine. I expe

Re: Broken loader in STABLE

2006-09-07 Thread Tony Maher
Adam Retter wrote: > On Fri, 2006-09-08 at 08:48 +1000, Tony Maher wrote: >>Do you have any compile options in /etc/make.conf? >>These can affect loader. > > Yes, these are set in make.conf, but I have always had these set and > there have been no problems in the past... > > > # Compile for Penti

Re: Broken loader in STABLE

2006-09-07 Thread Adam Retter
Yes, these are set in make.conf, but I have always had these set and there have been no problems in the past... # Compile for Pentium 4 CPU CPUTYPE=p4 # Compiler optimisation flags CFLAGS= -O2 -pipe -funroll-loops -ffast-math # Compiler optimisation flags for the Kernel COPTFLAGS= -O2 -pipe -fu