]> git.hungrycats.org Git - linux/commit
Don't use "-march=pentium3" for gcc tuning.
authorLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Dec 2004 05:09:54 +0000 (21:09 -0800)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Fri, 24 Dec 2004 05:09:54 +0000 (21:09 -0800)
commit3ddb6f1c003bff156765a04dcfb42d68de0a0fa5
tree373f2b1e81e3f663139c6690a6471f0863c4b1fd
parent98113cc026227d8a7a8ed490341c1d9741810fe6
Don't use "-march=pentium3" for gcc tuning.

rth tells me that some versions of gcc may end up using the
SSE registers for data movement when you do that.

Use "-march=i686 -mtune=xxxx" instead.

(We do the same thing for march=pentium2/4 too, just for
consistency).
arch/i386/Makefile