1 2 3 4 5
# src/template/freebsd case $host_cpu in alpha*) CFLAGS="-O";; # alpha has problems with -O2 esac