summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-csl-arm-2007q3
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/gcc/gcc-csl-arm-2007q3')
-rw-r--r--meta/packages/gcc/gcc-csl-arm-2007q3/gcc-new-makeinfo.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/meta/packages/gcc/gcc-csl-arm-2007q3/gcc-new-makeinfo.patch b/meta/packages/gcc/gcc-csl-arm-2007q3/gcc-new-makeinfo.patch
deleted file mode 100644
index b59bd76c8..000000000
--- a/meta/packages/gcc/gcc-csl-arm-2007q3/gcc-new-makeinfo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- /tmp/configure 2008-05-18 12:57:11.378648834 +0200
-+++ gcc-4.2/configure 2008-05-18 12:58:38.309478684 +0200
-@@ -3776,7 +3776,7 @@
- # For an installed makeinfo, we require it to be from texinfo 4.4 or
- # higher, else we use the "missing" dummy.
- if ${MAKEINFO} --version \
-- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
- :
- else
- MAKEINFO="$MISSING makeinfo"
---- /tmp/configure.in 2008-05-18 12:57:32.665314708 +0200
-+++ gcc-4.2/configure.in 2008-05-18 12:59:03.000000000 +0200
-@@ -2271,7 +2271,7 @@
- # For an installed makeinfo, we require it to be from texinfo 4.4 or
- # higher, else we use the "missing" dummy.
- if ${MAKEINFO} --version \
-- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
-+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
- :
- else
- MAKEINFO="$MISSING makeinfo"