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

Fix case syntax for freebsd template.

parent 20e83274
No related branches found
No related tags found
No related merge requests found
CFLAGS='-pipe'
case $host_cpu in
alpha*) CFLAGS="$CFLAGS -O";;
GCC_CXXFLAGS="-O"
alpha*) CFLAGS="$CFLAGS -O"
GCC_CXXFLAGS="-O";;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment