diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2006-07-11 20:02:39 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-07-11 20:02:39 +0000 |
| commit | 25db1e6a07584e6823e220197c2ada86f26070f0 (patch) | |
| tree | ae96cc42809066e5e0075f0b4cfc59dcb3b47f9c /gnu/usr.bin | |
| parent | ab286107ff3c3a6baa628f801f835bc0681cb270 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 3 |
1 files changed, 2 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 cc39a2a15325..cededd91bda6 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -7,7 +7,8 @@ #define FREEBSD_NATIVE 1 /* Fake out gcc/config/freebsd<version>.h. */ -#define FBSD_MAJOR 6 +#define FBSD_MAJOR 6 +#define FBSD_CC_VER 602001 /* 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. */ |
