2.1.131 ac7 Makefile and CFLAGS

Zeph (zephimir@macd.cnsnet.net)
Wed, 9 Dec 1998 16:19:01 -0600


One thing Alan might want to do with ac8 is fix the CFLAGS in the Makefiles
so that they at least include $(HOSTCFLAGS) for most instances of any
optimization
lines, since the default of -O2 -fomit-frame-pointer I prefer to change on my
own and have the changes reflected throughout the kernel build--I noticed the
CFLAGS was completely independent of the HOSTCFLAGS, so I went through and
changed most instances of CFLAGS to include $(HOSTCFLAGS)

Personally I prefer to be on the bleeding edge and use
-Os -ffast-math -fgcse -fstrict-aliasing -fthread-jumps just to see how it
would do. So far the kernels have run fine with it.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/