• Linus Torvalds's avatar
    Don't use "-march=pentium3" for gcc tuning. · 3ddb6f1c
    Linus Torvalds authored
    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).
    3ddb6f1c
Makefile 5.89 KB