svn commit: r226575 - stable/9/gnu/usr.bin/cc/cc_tools

Dimitry Andric dim at FreeBSD.org
Thu Oct 20 17:33:23 UTC 2011


Author: dim
Date: Thu Oct 20 17:33:22 2011
New Revision: 226575
URL: http://svn.freebsd.org/changeset/base/226575

Log:
  Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 9.
  
  This is a direct commit to stable/9, since the macro values are
  different in head.
  
  Approved by:	re (kib)

Modified:
  stable/9/gnu/usr.bin/cc/cc_tools/freebsd-native.h

Modified: stable/9/gnu/usr.bin/cc/cc_tools/freebsd-native.h
==============================================================================
--- stable/9/gnu/usr.bin/cc/cc_tools/freebsd-native.h	Thu Oct 20 17:09:53 2011	(r226574)
+++ stable/9/gnu/usr.bin/cc/cc_tools/freebsd-native.h	Thu Oct 20 17:33:22 2011	(r226575)
@@ -7,8 +7,8 @@
 #define FREEBSD_NATIVE 1
 
 /* Fake out gcc/config/freebsd<version>.h.  */
-#define	FBSD_MAJOR	8
-#define	FBSD_CC_VER	800001		/* form like __FreeBSD_version */
+#define	FBSD_MAJOR	9
+#define	FBSD_CC_VER	900001		/* 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-stable-9 mailing list