svn commit: r302413 - head/gnu/usr.bin/cc/cc_tools

Glen Barber gjb at FreeBSD.org
Fri Jul 8 01:47:29 UTC 2016


On Thu, Jul 07, 2016 at 06:43:08PM -0700, Bryan Drewery wrote:
> 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<version>.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
> 

Fixed in r302417.  Thank you for pointing this out.

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20160708/b90c3a42/attachment-0001.sig>


More information about the svn-src-all mailing list