Changeset: d432f9c891fb for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=d432f9c891fb
Modified Files:
        configure.ag
Branch: default
Log Message:

its been several years since clang liked the -pthread flag


diffs (12 lines):

diff --git a/configure.ag b/configure.ag
--- a/configure.ag
+++ b/configure.ag
@@ -1450,7 +1450,7 @@ AS_VAR_IF([have_pthread], [no], [], [
        save_LIBS="$LIBS"
        save_CPPFLAGS="$CPPFLAGS"
        AS_CASE([$GCC-$have_pthread-$CC_ver],
-               
[yes-auto-clang-5.*|yes-yes-clang-5.*|yes-auto-clang-6.*|yes-yes-clang-6.*|yes-auto-clang-7.*|yes-yes-clang-7.*|yes-auto-clang-8.*|yes-yes-clang-8.*],
 [
+               [yes-auto-clang-*|yes-yes-clang-*], [
                        # clang 5.*/6.*/7.* (Xcode 6.0) does not
                        # seem to have / require -pthread as compiler
                        # option; on Mac OS X Yosamite, "Apple LLVM
_______________________________________________
checkin-list mailing list
checkin-list@monetdb.org
https://www.monetdb.org/mailman/listinfo/checkin-list

Reply via email to