Welcome FreeBSD 8.

This commit is contained in:
David E. O'Brien 2007-10-12 17:49:12 +00:00
parent 671a6b8e9a
commit 29e0f3f543
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172592

View File

@ -7,8 +7,8 @@
#define FREEBSD_NATIVE 1
/* Fake out gcc/config/freebsd<version>.h. */
#define FBSD_MAJOR 7
#define FBSD_CC_VER 700003 /* form like __FreeBSD_version */
#define FBSD_MAJOR 8
#define FBSD_CC_VER 800001 /* 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. */