CFLAGS='-pipe'

if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
then	CFLAGS="$CFLAGS -O"
	CXXFLAGS="$CFLAGS -O"
fi
