summaryrefslogtreecommitdiffstats
path: root/sources/gcc-006-include-search.patch
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2004-01-29 23:13:49 +0000
committerEric Andersen <andersen@codepoet.org>2004-01-29 23:13:49 +0000
commit65eb36c4e927d33765034bb124262620c3841ae7 (patch)
tree32d129c7ec6d14fac73929741971a30851cfa597 /sources/gcc-006-include-search.patch
parent563a74609b5fa07b6649fdd3d515b74357152729 (diff)
downloadbuildroot-novena-65eb36c4e927d33765034bb124262620c3841ae7.tar.gz
buildroot-novena-65eb36c4e927d33765034bb124262620c3841ae7.zip
Kill off the old gcc/binutils stuff
Diffstat (limited to 'sources/gcc-006-include-search.patch')
-rw-r--r--sources/gcc-006-include-search.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/sources/gcc-006-include-search.patch b/sources/gcc-006-include-search.patch
deleted file mode 100644
index 44a310abe..000000000
--- a/sources/gcc-006-include-search.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- gcc-3.3.1/gcc/cppinit.c.old 2003-08-29 17:08:57.000000000 -0500
-+++ gcc-3.3.1/gcc/cppinit.c 2003-08-29 16:53:36.000000000 -0500
-@@ -787,6 +787,7 @@
- if (path != 0 && *path != 0)
- path_include (pfile, path, SYSTEM);
-
-+#if 0
- /* Search "translated" versions of GNU directories.
- These have /usr/local/lib/gcc... replaced by specd_prefix. */
- if (specd_prefix != 0 && cpp_GCC_INCLUDE_DIR_len)
-@@ -824,6 +825,7 @@
- }
- }
- }
-+#endif
-
- /* Search ordinary names for GNU include directories. */
- for (p = cpp_include_defaults; p->fname; p++)