CPUNAME="Intel Atom"
if use_gcc2; then
  CFLAGS="-march=i686"
else
  CFLAGS="-march=atom"
fi
HOST="i686-pc-linux-gnu"
FAST="-O3"
SMALL="-Os"
