summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-csl-arm/gcc-new-makeinfo.patch
diff options
context:
space:
mode:
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 ;;