Date: Tue, 15 Mar 2005 18:43:36 +0000 (UTC) From: "David E. O'Brien" <obrien@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf kern.mk src/sys/boot/i386 Makefile.inc src/sys/boot/i386/boot2 Makefile Message-ID: <200503151843.j2FIhaIM090650@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
obrien 2005-03-15 18:43:36 UTC
FreeBSD src repository
Modified files:
sys/conf kern.mk
sys/boot/i386 Makefile.inc
sys/boot/i386/boot2 Makefile
Log:
Ensure GCC does not use FP registers in integer code.
I think all we really need is -fno-sse2.
I really don't like cluttering up the compiler invocation,
but this bigger hammer will fix reported problems for now.
Revision Changes Path
1.10 +2 -1 src/sys/boot/i386/Makefile.inc
1.58 +1 -0 src/sys/boot/i386/boot2/Makefile
1.43 +2 -1 src/sys/conf/kern.mk
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200503151843.j2FIhaIM090650>
