mirror of
https://github.com/postgres/postgres.git
synced 2026-02-20 00:10:16 -05:00
6 lines
88 B
Text
6 lines
88 B
Text
# src/template/osf
|
|
|
|
if test "$GCC" != yes ; then
|
|
CC="$CC -std"
|
|
CFLAGS="-O -ieee"
|
|
fi
|