How in the heck do I use GCC_OPTIONS in FreeBSD 5.1? I tried doingand GCC just ignores it and insists on compiling for a Pentium Pro and no optimizations.Code:export GCC_OPTIONS="-mcpu=athlon-xp -march=athlon-xp -O2 -funroll-loops"
This is a discussion on Gcc_options within the Tech Board forums, part of the Community Boards category; 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" ...
How in the heck do I use GCC_OPTIONS in FreeBSD 5.1? I tried doingand GCC just ignores it and insists on compiling for a Pentium Pro and no optimizations.Code:export GCC_OPTIONS="-mcpu=athlon-xp -march=athlon-xp -O2 -funroll-loops"