diff options
author | sjg <sjg@FreeBSD.org> | 2013-10-14 15:52:45 +0000 |
---|---|---|
committer | sjg <sjg@FreeBSD.org> | 2013-10-14 15:52:45 +0000 |
commit | dc7bf123a0a80af59c4c20a215994ee315491f2a (patch) | |
tree | 0173af208fbde41b32418eeeb9241dae4169c973 /gnu/usr.bin/cc/cc_tools | |
parent | 7fcd33c1faf567506b5c0b4148c7a15a10788a5d (diff) | |
download | FreeBSD-src-dc7bf123a0a80af59c4c20a215994ee315491f2a.zip FreeBSD-src-dc7bf123a0a80af59c4c20a215994ee315491f2a.tar.gz |
Merge head@256308
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools')
-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 30cd9b1..8e523fa 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. */ |