mirror of
https://github.com/postgres/postgres.git
synced 2025-10-31 10:30:33 +03:00
Allow additional thread flags to be added via port templates. Change thread flag names to PTHREAD_CFLAGS and PTHREAD_LIBS to match new configure script.
5 lines
68 B
Plaintext
5 lines
68 B
Plaintext
if test "$GCC" != yes ; then
|
|
CC="$CC -std"
|
|
CFLAGS="-O -ieee"
|
|
fi
|