postgresql/src/template/osf

7 lines
88 B
Plaintext

# src/template/osf
if test "$GCC" != yes ; then
CC="$CC -std"
CFLAGS="-O -ieee"
fi