]> git.ipfire.org Git - people/teissler/ipfire-2.x.git/blob - src/uClibc/sources/gcc-006-include-search.patch
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848...
[people/teissler/ipfire-2.x.git] / src / uClibc / sources / gcc-006-include-search.patch
1 --- gcc-3.3.1/gcc/cppinit.c.old 2003-08-29 17:08:57.000000000 -0500
2 +++ gcc-3.3.1/gcc/cppinit.c 2003-08-29 16:53:36.000000000 -0500
3 @@ -787,6 +787,7 @@
4 if (path != 0 && *path != 0)
5 path_include (pfile, path, SYSTEM);
6
7 +#if 0
8 /* Search "translated" versions of GNU directories.
9 These have /usr/local/lib/gcc... replaced by specd_prefix. */
10 if (specd_prefix != 0 && cpp_GCC_INCLUDE_DIR_len)
11 @@ -824,6 +825,7 @@
12 }
13 }
14 }
15 +#endif
16
17 /* Search ordinary names for GNU include directories. */
18 for (p = cpp_include_defaults; p->fname; p++)