]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to
authordim <dim@FreeBSD.org>
Fri, 21 Feb 2014 22:38:25 +0000 (22:38 +0000)
committerdim <dim@FreeBSD.org>
Fri, 21 Feb 2014 22:38:25 +0000 (22:38 +0000)
commit53318431dc1df74537c69fd99d7f3168769ef596
treee8fb3dfb97cb30d7bc0247b8b1b40515893872cd
parent1c3ca2a367546ecfe8f196c7c9978e80a0f9e566
Move the part in bsd.own.mk that sets -Wno-c++11-extensions for clang to
bsd.sys.mk, where it really belongs.  This also causes the flag to get
added when clang is *not* the default system compiler, but is still
used, e.g. by setting WITH_CLANG_IS_CC manually.

MFC after: 3 days
share/mk/bsd.own.mk
share/mk/bsd.sys.mk