From b4b9e6670e9d61f6844c8848c41da342b1bb2f25 Mon Sep 17 00:00:00 2001 From: obrien Date: Wed, 5 Jun 2002 16:10:59 +0000 Subject: Search the "backward" C++ compatibility include dir also. --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu/usr.bin') diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f4200d9..f5cae31 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" -- cgit v1.1