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

Ed Maste emaste at FreeBSD.org
Wed Feb 1 05:24:18 UTC 2017


Author: emaste
Date: Wed Feb  1 05:24:17 2017
New Revision: 313041
URL: https://svnweb.freebsd.org/changeset/base/313041

Log:
  Bump GCC FBSD_CC_VER for r312899 (-march=octeon+ support)
  
  Reported by:	lidl
  MFC after:	1 month
  MFC with:	r312899
  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	Wed Feb  1 05:00:34 2017	(r313040)
+++ head/gnu/usr.bin/cc/cc_tools/freebsd-native.h	Wed Feb  1 05:24:17 2017	(r313041)
@@ -8,7 +8,7 @@
 
 /* Fake out gcc/config/freebsd<version>.h.  */
 #define	FBSD_MAJOR	12
-#define	FBSD_CC_VER	1200000		/* form like __FreeBSD_version */
+#define	FBSD_CC_VER	1200001		/* 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. */


More information about the svn-src-head mailing list