Skip to content
Snippets Groups Projects
Commit 261eda55 authored by Bruce Momjian's avatar Bruce Momjian
Browse files

No need for gcc thread stuff anymore, only cc.

parent 9f7283eb
No related branches found
No related tags found
No related merge requests found
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__
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment