Bump __FreeBSD_cc_version in case someone cares for differences between

GCC 3.4.4 and GCC 3.4.6 on -current.
This commit is contained in:
kan 2006-09-21 03:27:07 +00:00
parent 52329dc10d
commit 7f7d9b2692

View File

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