summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2012-06-21 16:08:51 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-06-25 16:35:53 +0100
commit08e15c25992dee692f5e2d2966690d42f04afaf9 (patch)
tree9af86288290add5d9184dde01c77785a39c700eb /meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch
parent92e20d13c819c0c1933706b22ffc3478ab76e7d0 (diff)
downloadpoky-08e15c25992dee692f5e2d2966690d42f04afaf9.tar.gz
gcc: Remove csl gcc recipes
sourcery toolchain is available as external pluggable toolchain if needed. (From OE-Core rev: 7d0c7a759c29669b2b5828fd75837926506acd87) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch')
-rw-r--r--meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch36
1 files changed, 0 insertions, 36 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch b/meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch
deleted file mode 100644
index bd3197dc67..0000000000
--- a/meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch
+++ /dev/null
@@ -1,36 +0,0 @@
1Upstream-Status: Inappropriate [embedded specific]
2---
3 configure | 2 +-
4 configure.in | 2 +-
5 2 files changed, 2 insertions(+), 2 deletions(-)
6
7--- gcc-2006q1.orig/configure
8+++ gcc-2006q1/configure
9@@ -3453,11 +3453,11 @@ case " $build_configdirs " in
10 *)
11
12 # For an installed makeinfo, we require it to be from texinfo 4.2 or
13 # higher, else we use the "missing" dummy.
14 if ${MAKEINFO} --version \
15- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
16+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
17 :
18 else
19 MAKEINFO="$MISSING makeinfo"
20 fi
21 ;;
22--- gcc-2006q1.orig/configure.in
23+++ gcc-2006q1/configure.in
24@@ -2078,11 +2078,11 @@ case " $build_configdirs " in
25 *)
26 changequote(,)
27 # For an installed makeinfo, we require it to be from texinfo 4.2 or
28 # higher, else we use the "missing" dummy.
29 if ${MAKEINFO} --version \
30- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[2-9]|[5-9])' >/dev/null 2>&1; then
31+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
32 :
33 else
34 MAKEINFO="$MISSING makeinfo"
35 fi
36 ;;