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
This commit is contained in:
Dimitry Andric 2018-02-04 20:33:47 +00:00
parent b0d3bb2613
commit 68a574863d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328863

View File

@ -1,3 +1,3 @@
/* $FreeBSD$ */
#define FREEBSD_CC_VERSION 1200009
#define FREEBSD_CC_VERSION 1200010