mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Update FreeBSD template to properly compile c++ on alpha.
This commit is contained in:
@ -1,7 +1,6 @@
|
|||||||
CFLAGS='-pipe'
|
CFLAGS='-pipe'
|
||||||
|
|
||||||
case $host_cpu in
|
if [ `expr "$host_cpu" : "alpha"` -ge 5 ]
|
||||||
alpha*) CFLAGS="$CFLAGS -O";;
|
then CFLAGS="$CFLAGS -O"
|
||||||
i386*) CFLAGS="$CFLAGS -O2";;
|
CXXFLAGS="$CFLAGS -O"
|
||||||
esac
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user