1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-05 09:14:03 +00:00

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:
Alexander Kabaev 2006-09-21 03:27:07 +00:00
parent 89facd824a
commit 7614e6f347
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=162496

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. */