Commit 2a1bf18b by Richard Stallman

(default_include): Look directly in TOOL_INCLUDE_DIR.

From-SVN: r3054
parent b7b08dcd
......@@ -539,6 +539,7 @@ static struct default_include { char *fname; int cplusplus; } include_defaults_a
/* Pick up GNU C++ specific include files. */
{ GPLUSPLUS_INCLUDE_DIR, 1},
{ GCC_INCLUDE_DIR, 0},
{ TOOL_INCLUDE_DIR, 0},
#ifdef CROSS_COMPILE
/* For cross-compilation, this dir name is generated
automatically in Makefile.in. */
......
......@@ -277,6 +277,7 @@ struct default_include { const char *fname; int cplusplus; } include_defaults[]
/* Pick up GNU C++ specific include files. */
{ GPLUSPLUS_INCLUDE_DIR, 1},
{ GCC_INCLUDE_DIR, 0},
{ TOOL_INCLUDE_DIR, 0},
#ifdef CROSS_COMPILE
/* For cross-compilation, this dir name is generated
automatically in Makefile.in. */
......
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