|
make architecture options
I have Vector Linux ( Slackware 10.1 ) installed and I noticed it compiles my packages with -march=i586 and -mcpu=i686 or at least that's what it says in the Makefile .
My question is how can I make it so that it will compile for my K7 by default without having to edit the Makefile .
|