Commit d656c249 authored by Bruce Momjian's avatar Bruce Momjian

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

parent 3138aac9
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
i386*) CFLAGS="$CFLAGS -O2";;
esac
if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
then CFLAGS="$CFLAGS -O"
CXXFLAGS="$CFLAGS -O"
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