diff options
| author | Conrad Meyer <cem@FreeBSD.org> | 2016-05-27 03:40:52 +0000 |
|---|---|---|
| committer | Conrad Meyer <cem@FreeBSD.org> | 2016-05-27 03:40:52 +0000 |
| commit | 2844d30cc50e8788f218bb179a970888710c686f (patch) | |
| tree | b5a90f140a9f130f4c515243c8810aca11bfe586 /gnu/usr.bin/cc/cc_tools | |
| parent | b38b13d889232acc97e45fd4708deb16c912284d (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 2 |
1 files changed, 1 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 9bf790ffb6ac..bd3ce1e9e4a1 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -8,7 +8,7 @@ /* Fake out gcc/config/freebsd<version>.h. */ #define FBSD_MAJOR 11 -#define FBSD_CC_VER 1100001 /* form like __FreeBSD_version */ +#define FBSD_CC_VER 1100002 /* 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. */ |
