Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Mar 2005 18:07:12 +0100
From:      Bartosz Fabianowski <freebsd@chillt.de>
To:        obrien@freebsd.org
Cc:        freebsd-mobile@freebsd.org
Subject:   Re: CPUTYPE=pentium-m
Message-ID:  <42371640.4050802@chillt.de>
In-Reply-To: <20050315020930.GA14246@dragon.NUXI.org>
References:  <422ACE0B.4060503@lumachedelcervello.cjb.net> <422B502C.6090003@chillt.de> <20050312022324.GA4899@hub.freebsd.org> <423363C4.60508@chillt.de> <20050315020930.GA14246@dragon.NUXI.org>

next in thread | previous in thread | raw e-mail | index | archive | help
> Can you try with just -mno-sse2?  I'd like to litter the compile command
> line as little as possible.

I just tried. -mno-sse2 indeed is all that's required to make the kernel work. The same flag also makes the loader run again:

--- /usr/src/sys/boot/i386/loader/Makefile.old  Tue Mar 15 18:03:13 2005
+++ /usr/src/sys/boot/i386/loader/Makefile      Fri Feb 27 15:10:09 2004
@@ -40,7 +40,7 @@

 CLEANFILES=    vers.c loader loader.bin loader.help

-CFLAGS+=       -Wall -mno-sse2
+CFLAGS+=       -Wall
 LDFLAGS=       -static -Ttext 0x0

 # i386 standalone support library



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42371640.4050802>