(default_include): Look directly in TOOL_INCLUDE_DIR.
From-SVN: r3054
This commit is contained in:
parent
b7b08dcde4
commit
2a1bf18b82
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user