No need for gcc thread stuff anymore, only cc.

REL8_0_STABLE
Bruce Momjian 22 years ago
parent 9f7283eb1b
commit 261eda55d3
  1. 5
      src/template/unixware

@ -1,6 +1,5 @@
if test "$GCC" = yes; then
PTHREAD_CFLAGS="-pthread"
else
if test "$GCC" != yes; then
then
# The -Kno_host is for a bug in the compiler. See -hackers
# discussion on 7-8/Aug/2003.
cat >conftest.c <<__EOF__

Loading…
Cancel
Save