Commit d656c249 authored by Bruce Momjian's avatar Bruce Momjian

Update FreeBSD template to properly compile c++ on alpha.

parent 3138aac9
CFLAGS='-pipe' CFLAGS='-pipe'
case $host_cpu in if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
alpha*) CFLAGS="$CFLAGS -O";; then CFLAGS="$CFLAGS -O"
i386*) CFLAGS="$CFLAGS -O2";; CXXFLAGS="$CFLAGS -O"
esac fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment