Revert old and not well understood patch.

This commit is contained in:
Krystian Bacławski 2016-04-17 20:50:31 +02:00
parent 9a6741770b
commit c887a527f8
2 changed files with 0 additions and 2 deletions

View File

@ -140,7 +140,6 @@ include_defaults_array[]
/* This is another place that the target system's headers might be. */
{ TOOL_INCLUDE_DIR, "BINUTILS", 0, 1 },
#endif
{ LOCAL_INCLUDE_DIR, 0, 0, 1 },
#else /* not CROSS_COMPILE */
#ifdef LOCAL_INCLUDE_DIR
/* This should be /usr/local/include and should come before

View File

@ -255,7 +255,6 @@ struct default_include { const char *fname;
{ CROSS_INCLUDE_DIR, 0, 0, 0 },
/* This is another place that the target system's headers might be. */
{ TOOL_INCLUDE_DIR, "BINUTILS", 0, 0 },
{ LOCAL_INCLUDE_DIR, 0, 0, 1 },
#else /* not CROSS_COMPILE */
/* This should be /use/local/include and should come before
the fixincludes-fixed header files. */