I have an old code need compiled with -m486
flag in GCC
. But there is no that flag. Then I found -mtune=i486
and -arch=i486
I have read this page.But still don't know which is the best one for -m486
?
↧
what's the different between -mtune=i486 and -arch=i486
↧