From f09cdb5b449bc66e7164db1083fcad2b9e287aa9 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Wed, 5 Jun 2002 16:10:59 +0000 Subject: [PATCH] Search the "backward" C++ compatibility include dir also. --- gnu/usr.bin/cc/cc_tools/freebsd-native.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/usr.bin/cc/cc_tools/freebsd-native.h b/gnu/usr.bin/cc/cc_tools/freebsd-native.h index f4200d98b90..f5cae31efdd 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"