Re: Possible GCC contamination of Linux

I Lee Hetherington (ilh@sls.lcs.mit.edu)
Wed, 22 Sep 1999 12:04:39 -0400


If you build gcc with -march=i686, then your libgcc.a will have cmov in
it. Mine does, but I went out of my way to optimize gcc for i686 since
that is all I use. Even if you later use -march=i386, you are stuck
with cmov in your libgcc.a.

--Lee

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