diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-05 16:10:59 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-06-05 16:10:59 +0000 |
| commit | f09cdb5b449bc66e7164db1083fcad2b9e287aa9 (patch) | |
| tree | 1ec61e26cbd31368b715ba48365a4c9b9ee8b4c1 /gnu | |
| parent | 1fd8bea50ec903b483f26789a75b67b2c63fd874 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/freebsd-native.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f4200d98b900e..f5cae31efdda0 100644 --- a/gnu/usr.bin/cc/cc_tools/freebsd-native.h +++ b/gnu/usr.bin/cc/cc_tools/freebsd-native.h @@ -15,6 +15,7 @@ /* Look for the include files in the system-defined places. */ #define GPLUSPLUS_INCLUDE_DIR PREFIX"/include/g++" +#define GPLUSPLUS_BACKWARD_INCLUDE_DIR PREFIX"/include/g++/backward" #define GCC_INCLUDE_DIR PREFIX"/include" #ifdef CROSS_COMPILE #define CROSS_INCLUDE_DIR PREFIX"/include" |
