CPUNAME="AMD K6"
if use_gcc2; then
 CFLAGS="-march=k6"
else
 CFLAGS="-march=k6 -mmmx"
fi
   HOST="i586-pc-linux-gnu"
   FAST="-O2"
  SMALL="-Os"
