Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10.

This commit is contained in:
Dimitry Andric 2011-10-18 17:38:25 +00:00
parent 486b1da765
commit 162c8b19e3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=226519

View File

@ -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 10
#define FBSD_CC_VER 1000001 /* 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. */