mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
No need for gcc thread stuff anymore, only cc.
This commit is contained in:
parent
9f7283eb1b
commit
261eda55d3
@ -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__
|
||||||
|
Loading…
x
Reference in New Issue
Block a user