I'm doing a bit of compiling now and then and want to optimize the code for my k6-2. I'm using Mdk 9.0 with gcc 3.2 and want to use the -march=k6-2 flag for gcc. I'd like this to be added automatically when I start the computer to CFLAGS what sort of command (CFLAGS="$CLAGS -march=k6-2" ?) would I need to do this and were would be the best place to put it? One of the Start up scripts?
C Harland
