(default_include): Look directly in TOOL_INCLUDE_DIR.

From-SVN: r3054
This commit is contained in:
Richard Stallman 1993-01-02 09:03:50 +00:00
parent b7b08dcde4
commit 2a1bf18b82
2 changed files with 2 additions and 0 deletions

View File

@ -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. */

View File

@ -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. */