mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04: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
|