# Determine the CFLAGS for the known architectures: case $ARCH in arm) export SLKCFLAGS="-O2 -march=armv4t" ;; *) export SLKCFLAGS="-O2" ;; esac