From owner-svn-src-head@freebsd.org Fri Jul 8 01:43:15 2016 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id C2928B76509; Fri, 8 Jul 2016 01:43:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id B23E611E6; Fri, 8 Jul 2016 01:43:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id AC2D91566; Fri, 8 Jul 2016 01:43:15 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 6092D21690; Fri, 8 Jul 2016 01:43:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id dvFHcjTiZfDV; Fri, 8 Jul 2016 01:43:12 +0000 (UTC) Subject: Re: svn commit: r302413 - head/gnu/usr.bin/cc/cc_tools DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com A58D721687 To: Glen Barber , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201607080052.u680qs2h014804@repo.freebsd.org> From: Bryan Drewery Organization: FreeBSD Message-ID: Date: Thu, 7 Jul 2016 18:43:08 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <201607080052.u680qs2h014804@repo.freebsd.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Jul 2016 01:43:15 -0000 On 7/7/16 5:52 PM, Glen Barber wrote: > Author: gjb > Date: Fri Jul 8 00:52:53 2016 > New Revision: 302413 > URL: https://svnweb.freebsd.org/changeset/base/302413 > > Log: > Spell 1200000 correctly. > > Approved by: re (implicit) > Sponsored by: The FreeBSD Foundation > > Modified: > head/gnu/usr.bin/cc/cc_tools/freebsd-native.h > > Modified: head/gnu/usr.bin/cc/cc_tools/freebsd-native.h > ============================================================================== > --- head/gnu/usr.bin/cc/cc_tools/freebsd-native.h Fri Jul 8 00:26:38 2016 (r302412) > +++ head/gnu/usr.bin/cc/cc_tools/freebsd-native.h Fri Jul 8 00:52:53 2016 (r302413) > @@ -8,7 +8,7 @@ > > /* Fake out gcc/config/freebsd.h. */ > #define FBSD_MAJOR 12 > -#define FBSD_CC_VER 1100000 /* form like __FreeBSD_version */ > +#define FBSD_CC_VER 1200000 /* form like __FreeBSD_version */ > > #undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */ > #undef TOOL_INCLUDE_DIR /* We don't need one for now. */ > lib/clang/freebsd_cc_version.h has the clang equivalent -- Regards, Bryan Drewery