mirror of
https://github.com/postgres/postgres.git
synced 2025-06-13 07:41:39 +03:00
Fix case syntax for freebsd template.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user