aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1996-05-05 22:11:01 -0400
committerRichard Kenner <kenner@gcc.gnu.org>1996-05-05 22:11:01 -0400
commitb039b61b5f814ca2af7a472ab09e52f528a7f9aa (patch)
tree8eb228df8259c977eb3cc09d2751f974a44db66e
parent5d6be9c866bad2bef7afb394da91f6be5c557b4a (diff)
downloadgcc-b039b61b5f814ca2af7a472ab09e52f528a7f9aa.zip
gcc-b039b61b5f814ca2af7a472ab09e52f528a7f9aa.tar.gz
gcc-b039b61b5f814ca2af7a472ab09e52f528a7f9aa.tar.bz2
(include_defaults_array): For C++, also search
OLD_GPLUSPLUS_INCLUDE_DIR. From-SVN: r11930
-rw-r--r--gcc/cccp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc/cccp.c b/gcc/cccp.c
index 6f92186..33d783d 100644
--- a/gcc/cccp.c
+++ b/gcc/cccp.c
@@ -594,6 +594,7 @@ static struct default_include {
= {
/* Pick up GNU C++ specific include files. */
{ GPLUSPLUS_INCLUDE_DIR, 1, 1 },
+ { OLD_GPLUSPLUS_INCLUDE_DIR, 1, 1 },
#ifdef CROSS_COMPILE
/* This is the dir for fixincludes. Put it just before
the files that we fix. */