CFLAGS='-pipe'

case $host_cpu in
  alpha*)   CFLAGS="$CFLAGS -O";;
            GCC_CXXFLAGS="-O"
esac
