mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
No need for gcc thread stuff anymore, only cc.
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
if test "$GCC" = yes; then
|
if test "$GCC" != yes; then
|
||||||
PTHREAD_CFLAGS="-pthread"
|
then
|
||||||
else
|
|
||||||
# The -Kno_host is for a bug in the compiler. See -hackers
|
# The -Kno_host is for a bug in the compiler. See -hackers
|
||||||
# discussion on 7-8/Aug/2003.
|
# discussion on 7-8/Aug/2003.
|
||||||
cat >conftest.c <<__EOF__
|
cat >conftest.c <<__EOF__
|
||||||
|
Reference in New Issue
Block a user