Date: Mon, 16 May 2005 19:29:59 +0200 From: Alexander Leidinger <Alexander@Leidinger.net> To: noackjr@alumni.rice.edu Cc: David Gurvich <david.freebsd@verizon.net> Subject: Re: loader version installed with cvs broken Message-ID: <20050516192959.617566f6@Magellan.Leidinger.net> In-Reply-To: <42882B9C.4080609@alumni.rice.edu> References: <200505151312.45327.david.freebsd@verizon.net> <42882B9C.4080609@alumni.rice.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 16 May 2005 00:11:56 -0500
Jonathan Noack <noackjr@alumni.rice.edu> wrote:
> On 05/15/05 12:12, David Gurvich wrote:
> > I cannot boot using the loader installed from cvs. I can boot copying the
> > loader from 5.3-RELEASE iso to /boot/loader.
There should be /boot/loader.old just in case your system is broken with
a new loader again.
> > Has anyone else seen this problem?
>
> Did you ever try compiling without 'CPUTYPE?=athlon-xp'? I mentioned
> that a week ago but you never said whether it worked...
I use the following on a Mobile Athlon XP, and the loader works just
fine:
CFLAGS=-O2 -pipe -fno-strict-aliasing -mfpmath=sse,387 -msse -m3dnow
COPTFLAGS=-Os -pipe
CPUTYPE?=athlon-xp
And on my Desktop Athlon XP I use the following, which results in a
broken loader:
CFLAGS=-O2 -pipe -fno-strict-aliasing
COPTFLAGS=-Os -pipe
CPUTYPE=athlon-xp
So what's the non obvious difference (I noticed it just now)? The "?="
instead of "=" in CPUTYPE!
Can the affected people please try if this work-around makes a
difference for them?
Bye,
Alexander.
--
Secret hacker rule #11: hackers read manuals.
http://www.Leidinger.net Alexander @ Leidinger.net
GPG fingerprint = C518 BC70 E67F 143F BE91 3365 79E2 9C60 B006 3FE7
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050516192959.617566f6>
