diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 17:49:12 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2007-10-12 17:49:12 +0000 |
| commit | 29e0f3f5434b66a36240cafc0d153452d49b8480 (patch) | |
| tree | 3430bd9aab1ce9a6b63b1531b9f0898a7c5159f7 /gnu/usr.bin/cc | |
| parent | 671a6b8e9a9f8a0d0bec0f72a9cfa6d733599f9f (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f7987092b849..6f7fd7b81f51 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -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. */ |
