From 68a574863d27f25341e446cda1b9ea97055c44db Mon Sep 17 00:00:00 2001 From: Dimitry Andric Date: Sun, 4 Feb 2018 20:33:47 +0000 Subject: [PATCH] Bump clang's __FreeBSD_cc_version, to cope with r328816, which removed -Wno-error=tautological-constant-compare again (this flag is now out of -Wextra after upstream https://reviews.llvm.org/rL322901). Otherwise the MK_SYSTEM_COMPILER logic will not build a cross-tools compiler. Reported by: jpaetzel, tuexen, Stefan Hagen --- lib/clang/freebsd_cc_version.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/clang/freebsd_cc_version.h b/lib/clang/freebsd_cc_version.h index 795df3d3635c..79527c6fa12f 100644 --- a/lib/clang/freebsd_cc_version.h +++ b/lib/clang/freebsd_cc_version.h @@ -1,3 +1,3 @@ /* $FreeBSD$ */ -#define FREEBSD_CC_VERSION 1200009 +#define FREEBSD_CC_VERSION 1200010