Commit 2dc53d86 authored by Bruce Momjian's avatar Bruce Momjian

Fix case syntax for freebsd template.

parent 20e83274
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
GCC_CXXFLAGS="-O"
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac
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