Date: Thu, 6 Jan 2005 12:35:19 -0600 (CST) From: "Jon Noack" <noackjr@alumni.rice.edu> To: "Bartosz Fabianowski" <freebsd@chillt.de> Cc: obrien@freebsd.org Subject: Re: Instant reboots with CPUTYPE=pentium-m Message-ID: <61576.69.53.57.66.1105036519.squirrel@69.53.57.66> In-Reply-To: <41DD70FF.2020705@chillt.de> References: <41DC5554.1020702@chillt.de> <3aaaa3a050106080075c6d4a@mail.gmail.com> <41DD70FF.2020705@chillt.de>
next in thread | previous in thread | raw e-mail | index | archive | help
Bartosz Fabianowski wrote: >> I use the athlon-xp switch on 3 boxes with no problems all of them >> running 5.3 > > What CFLAGS are you using? I have CFLAGS=-O -pipe in my make.conf. Maybe > you have optimization turned off and that's making a difference? I reported the problem with the athlon-xp. My /etc/make.conf looks like the following (when I wish to kill the loader and experience instant reboots, that is ;-): CPUTYPE?= athlon-xp CFLAGS= -O -pipe COPTFLAGS= -O -pipe Note that I only see the problem when building the loader as part of a buildworld. Compiling just the boot stuff in /usr/src/sys/boot/ (i.e., without a bootstrapped gcc) results in a loader that works fine. Thus, I think defining CPUTYPE results in a gcc that produces a bad loader. Jon
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?61576.69.53.57.66.1105036519.squirrel>