Update gcc's __FreeBSD__ and __FreeBSD_cc_version macros for FreeBSD 10.
This commit is contained in:
parent
173d473e7e
commit
f0aea6a474
@ -7,8 +7,8 @@
|
||||
#define FREEBSD_NATIVE 1
|
||||
|
||||
/* Fake out gcc/config/freebsd<version>.h. */
|
||||
#define FBSD_MAJOR 8
|
||||
#define FBSD_CC_VER 800001 /* form like __FreeBSD_version */
|
||||
#define FBSD_MAJOR 10
|
||||
#define FBSD_CC_VER 1000001 /* 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. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user