Remove some remains from Alpha support removal

This commit is contained in:
Peter Eisentraut 2015-10-29 16:40:14 -04:00
parent a8d585c091
commit c5130e8ee0
1 changed files with 0 additions and 4 deletions

View File

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