On Fri, 24 Dec 1999, Juha Saarinen wrote:
> > Also, the kernel in Rawhide does not patch the Makefiles to compile with
> > -mpentiumpro -march=i686 when arch == i686 (stability is more important
> > than speed for releases).
>
> If I get the source for it, can I make it do that...?
Sure - edit the CFLAGS settings in /usr/src/linux/Makefile and
/usr/src/linux/arch/i386/Makefile.
You'll probably want to remove the -fno-strength-reduce from
arch/i386/Makefile as well as adding the other flags -
-fno-strength-reduce is no longer required with anywhere near recent
versions of gcc/egcs.
For my own kernel, I'm using gcc 2.95.2 with the flags
-O6 -fomit-frame-pointer -fexpensive-optimizations -ffast-math
-fstrict-aliasing -mpentiumpro -march=i686
(This is optimizing for speed, possibly at the cost of stability. Works
for me, but I hardly ever have an uptime of > 2 days (I tend to update the
kernel often...))
LLaP
bero
--
Nobody will ever need more than 640 kB RAM.
-- Bill Gates, 1983
Windows 98 requires 16 MB RAM.
-- Bill Gates, 1999
Nobody will ever need Windows 98.
-- logical conclusion
--
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.