1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-14 18:42:34 +03:00

Fix case syntax for freebsd template.

This commit is contained in:
Bruce Momjian
2002-07-08 01:54:30 +00:00
parent 20e83274bb
commit 2dc53d863c

View File

@ -1,6 +1,6 @@
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
GCC_CXXFLAGS="-O"
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac