CPUNAME="AMD Athlon 64, Athlon 64 FX and Opteron (32-bit mode)"
if use_gcc 3.3. ; then
  CFLAGS="-march=athlon-xp -m32"
elif use_gcc2 ; then
  CFLAGS="-march=i686"
else
  CFLAGS="-march=k8 -m32"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
SMALL="-Os"
