Re: Oops in 2.2.12

Richard A Nelson (cowboy@vnet.ibm.com)
Fri, 27 Aug 1999 15:52:20 -0400 (EDT)


On Fri, 27 Aug 1999, David Ronis wrote:

> I just checked the i386/Makefile; somehow the -fno-strict-aliasing flag
> I had added some time ago was deleted. Please ignore the oops report. I'm
> rebuilding right now and expect that the problem will go away.

You shouldn't need to... look further in the Makefile:
# use '-fno-strict-aliasing', but only if the compiler can take it
CFLAGS += $(shell if $(CC) -fno-strict-aliasing -S -o /dev/null -xc /dev/null
>/dev/null 2>&1; then echo "-fno-strict-aliasing"; fi)

So that part is automagically corrected nowadays... Now, the remaining
question is what else is up wrt 2.94 and 2.2.x kernels ? Mine have
(fingers crossed) been running for a while with no problems (yet)...

--
Rick Nelson
C:\WINDOWS C:\WINDOWS\GO C:\PC\CRAWL

- 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/