1 2 3 4 5 6
CFLAGS='-pipe' if [ `expr "$host_cpu" : "alpha"` -ge 5 ] then CFLAGS="$CFLAGS -O" CXXFLAGS="$CFLAGS -O" fi