How in the heck do I use GCC_OPTIONS in FreeBSD 5.1? I tried doing
Code:
export GCC_OPTIONS="-mcpu=athlon-xp -march=athlon-xp -O2 -funroll-loops"
and GCC just ignores it and insists on compiling for a Pentium Pro and no optimizations.