mirror of
https://github.com/bebbo/amigaos-cross-toolchain.git
synced 2025-12-08 22:38:24 +00:00
Final patch.
This commit is contained in:
10
patches/gcc-2.95.3/gcc/cppinit.c.diff
Normal file
10
patches/gcc-2.95.3/gcc/cppinit.c.diff
Normal file
@ -0,0 +1,10 @@
|
||||
--- gcc-2.95.3/gcc/cppinit.c 2001-01-25 06:03:03.000000000 -0800
|
||||
+++ gcc-2.95.3/gcc/cppinit.c 2012-02-11 19:37:47.196109115 -0800
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user