From d2b4818c5cca291f90c5acc9a2316d807ef9fa26 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Fri, 7 Oct 2011 10:51:46 +0100 Subject: gcc: Drop old version 4.5.1 (From OE-Core rev: 59443380286010eda07f1434e918a3af8c8a31a9) Signed-off-by: Richard Purdie --- .../gcc/gcc-4.5.1/gcc-poison-dir-extend.patch | 26 ---------------------- 1 file changed, 26 deletions(-) delete mode 100644 meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch') diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch b/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch deleted file mode 100644 index 94e5c68843..0000000000 --- a/meta/recipes-devtools/gcc/gcc-4.5.1/gcc-poison-dir-extend.patch +++ /dev/null @@ -1,26 +0,0 @@ -Upstream-Status: Pending - -Add /sw/include and /opt/include based on the original -zecke-no-host-includes.patch patch. The original patch checked for -/usr/include, /sw/include and /opt/include and then triggered a failure and -aborted. - -Instead, we add the two missing items to the current scan. If the user -wants this to be a failure, they can add "-Werror=poison-system-directories". - -Signed-off-by: Mark Hatle - -diff -ur gcc-4.5.0.orig/gcc/incpath.c gcc-4.5.0/gcc/incpath.c ---- gcc-4.5.0.orig/gcc/incpath.c 2010-09-29 14:58:31.358975524 -0500 -+++ gcc-4.5.0/gcc/incpath.c 2010-09-29 15:08:02.065975516 -0500 -@@ -363,7 +363,9 @@ - { - if ((!strncmp (p->name, "/usr/include", 12)) - || (!strncmp (p->name, "/usr/local/include", 18)) -- || (!strncmp (p->name, "/usr/X11R6/include", 18))) -+ || (!strncmp (p->name, "/usr/X11R6/include", 18)) -+ || (!strncmp (p->name, "/sw/include", 11)) -+ || (!strncmp (p->name, "/opt/include", 12))) - warning (OPT_Wpoison_system_directories, - "include location \"%s\" is unsafe for " - "cross-compilation", -- cgit v1.2.3-54-g00ecf