diff options
| author | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-14 15:52:45 +0000 |
|---|---|---|
| committer | Simon J. Gerraty <sjg@FreeBSD.org> | 2013-10-14 15:52:45 +0000 |
| commit | 446fca52f05cb3a48aae3aa92fbc45922ded0c80 (patch) | |
| tree | 0173af208fbde41b32418eeeb9241dae4169c973 /gnu/usr.bin | |
| parent | 3caf0790a80c2e10c82a3a07719cddb2065c65d1 (diff) | |
| parent | ce3be286f068acd06d143250145c92fa474ac5ba (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -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 30cd9b1b2e35..8e523fa78ec7 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 10 -#define FBSD_CC_VER 1000001 /* form like __FreeBSD_version */ +#define FBSD_MAJOR 11 +#define FBSD_CC_VER 1100001 /* 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. */ |
