]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
OpenBSD arrived at clang-13 11118/head
authorOtto <otto.moerbeek@open-xchange.com>
Tue, 21 Dec 2021 10:34:04 +0000 (11:34 +0100)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 21 Dec 2021 10:40:32 +0000 (11:40 +0100)
Though I'm wondering *why* this toolchain determination is needed...

m4/boost.m4

index 868899dff04197f96af2f0252fd64e27fe7a3893..936ee28d252b4da7c8c8132b5f47bdfb7b1e6722 100644 (file)
@@ -22,7 +22,7 @@
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
 m4_define([_BOOST_SERIAL], [m4_translit([
-# serial 36
+# serial 37
 ], [#
 ], [])])
 
@@ -1615,6 +1615,7 @@ if test x$boost_cv_inc_path != xno; then
   # I'm not sure about my test for `il' (be careful: Intel's ICC pre-defines
   # the same defines as GCC's).
   for i in \
+    "defined __clang__ && __clang_major__ == 13 && __clang_minor__ == 0 @ clang130" \
     "defined __clang__ && __clang_major__ == 12 && __clang_minor__ == 0 @ clang120" \
     "defined __clang__ && __clang_major__ == 11 && __clang_minor__ == 1 @ clang111" \
     "defined __clang__ && __clang_major__ == 11 && __clang_minor__ == 0 @ clang110" \