Date: Fri, 08 Sep 2006 10:16:08 +1000 From: Tony Maher <anthony.maher@uts.edu.au> To: Adam Retter <adam@adamretter.eclipse.co.uk> Cc: freebsd-stable@freebsd.org Subject: Re: Broken loader in STABLE Message-ID: <4500B648.4000009@uts.edu.au> In-Reply-To: <1157673230.58001.11.camel@funkalicious.home.dom> References: <1157632691.58001.6.camel@funkalicious.home.dom> <4500A1A0.3060706@uts.edu.au> <1157673230.58001.11.camel@funkalicious.home.dom>
next in thread | previous in thread | raw e-mail | index | archive | help
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 Pentium 4 CPU > CPUTYPE=p4 > > # Compiler optimisation flags > CFLAGS= -O2 -pipe -funroll-loops -ffast-math > > # Compiler optimisation flags for the Kernel > COPTFLAGS= -O2 -pipe -funroll-loops -ffast-math >From private email from someone else with same problem (they had -funroll-loops in make.conf), "optimizations are bad for the loader"... but it still works fine for me using -O -pipe. -- tonym
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4500B648.4000009>