summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-06-05 16:10:59 +0000
committerobrien <obrien@FreeBSD.org>2002-06-05 16:10:59 +0000
commitb4b9e6670e9d61f6844c8848c41da342b1bb2f25 (patch)
tree1ec61e26cbd31368b715ba48365a4c9b9ee8b4c1 /gnu
parentbeb46f8dc853134d6b3037b878a9ef6c25dd79ab (diff)
downloadFreeBSD-src-b4b9e6670e9d61f6844c8848c41da342b1bb2f25.zip
FreeBSD-src-b4b9e6670e9d61f6844c8848c41da342b1bb2f25.tar.gz
Search the "backward" C++ compatibility include dir also.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/cc_tools/freebsd-native.h1
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 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"
OpenPOWER on IntegriCloud