mirror of
https://github.com/postgres/postgres.git
synced 2026-05-31 21:09:00 -04:00
7 lines
148 B
Plaintext
7 lines
148 B
Plaintext
# $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
|