diff options
author | obrien <obrien@FreeBSD.org> | 2005-10-29 09:13:31 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2005-10-29 09:13:31 +0000 |
commit | 6678b4722aaa0311e8f4371d204fe8b5995b2896 (patch) | |
tree | b1f2f64bdf6445ff670ba262bf6b0597cae409d8 /gnu | |
parent | 9d5c45dd339ac45af33d8ab992f0c9e1acaad4c9 (diff) | |
download | FreeBSD-src-6678b4722aaa0311e8f4371d204fe8b5995b2896.zip FreeBSD-src-6678b4722aaa0311e8f4371d204fe8b5995b2896.tar.gz |
Catch up with FreeBSD 7.
Diffstat (limited to 'gnu')
-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 2997e25..00ac78c 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 7 #undef SYSTEM_INCLUDE_DIR /* We don't need one for now. */ #undef TOOL_INCLUDE_DIR /* We don't need one for now. */ |