diff options
| author | Scott Long <scottl@FreeBSD.org> | 2005-11-01 23:10:08 +0000 |
|---|---|---|
| committer | Scott Long <scottl@FreeBSD.org> | 2005-11-01 23:10:08 +0000 |
| commit | 957f5ead91eb6d51d7b738958d9d7d24e881a341 (patch) | |
| tree | 7da9b471f1bf4ba1e433c87908e5f06d3ca11c94 | |
| parent | c0a7104606ebd99d7ebc33e42f156c7a5cc0c532 (diff) | |
Notes
| -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 2997e25ed5c6..cc39a2a15325 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -7,7 +7,7 @@ #define FREEBSD_NATIVE 1 /* Fake out gcc/config/freebsd<version>.h. */ -#define FBSD_MAJOR 5 +#define FBSD_MAJOR 6 #undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */ #undef TOOL_INCLUDE_DIR /* We don't need one for now. */ |
