mirror of
https://github.com/postgres/postgres.git
synced 2026-03-12 13:44:02 -04:00
6 lines
148 B
Text
6 lines
148 B
Text
# $PostgreSQL: pgsql/src/template/osf,v 1.20 2006/03/11 04:38:41 momjian Exp $
|
|
|
|
if test "$GCC" != yes ; then
|
|
CC="$CC -std"
|
|
CFLAGS="-O -ieee"
|
|
fi
|