Skip to content
Snippets Groups Projects
Commit d656c249 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

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

parent 3138aac9
Branches
Tags
No related merge requests found
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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment