CHOST="x86_64-pc-linux-gnu"
CFLAGS="-march=k8-sse3 -pipe -O2"
CXXFLAGS="${CFLAGS}"

PATH="/usr/lib/ccache/bin/:${PATH}"
CCACHE_DIR="/var/tmp/ccache"
