aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2005-10-30 19:04:47 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2005-10-30 19:04:47 +0000
commita1cfcf9970412f9ce13e6673c8b699f9494fafe9 (patch)
tree8f8bba9b2ac9c8456ee8a2e9d92bf25b447ecf78 /gnu
parent6739824a0224225c452a56942ad61f06fc065ada (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
index 00ac78ca3bf52..65043680bbe7e 100644
--- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h
+++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h
@@ -7,7 +7,8 @@
#define FREEBSD_NATIVE 1
/* Fake out gcc/config/freebsd<version>.h. */
-#define FBSD_MAJOR 7
+#define FBSD_MAJOR 7
+#define FBSD_CC_VER 700001 /* 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. */