mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
11 lines
439 B
Diff
11 lines
439 B
Diff
--- gcc-2.95.3/gcc/cppinit.c 2001-01-25 15:03:03.000000000 +0100
|
|
+++ gcc-2.95.3/gcc/cppinit.c 2012-08-04 11:53:28.000000000 +0200
|
|
@@ -140,6 +140,7 @@
|
|
/* 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
|