Commit b039b61b by Richard Kenner

(include_defaults_array): For C++, also search

OLD_GPLUSPLUS_INCLUDE_DIR.

From-SVN: r11930
parent 5d6be9c8
......@@ -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. */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment