Is there a way to set GCC and G++ to use a set of CFLAGS by default without having to put them in every time I do a ./configure The sort of thing I want is:
CFLAGS="-mcpu=athlon-xp -O3 -pipe"
Any way to do this? Do I have to set up an alias or something or can I just edit something in /etc / rebuild autoconf/gcc or something?