summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-csl-arm-2007q3
diff options
context:
space:
mode:
authorRichard Purdie <rpurdie@linux.intel.com>2010-03-30 14:23:15 +0100
committerRichard Purdie <rpurdie@linux.intel.com>2010-03-30 14:23:15 +0100
commit4821286d0a97a82b3ad39572ec66da1892fd5cae (patch)
treec0f18e599d7bec4966c321692ae2490a93519598 /meta/packages/gcc/gcc-csl-arm-2007q3
parent9c7746453886b5dbf92cb3f289c455bec8ba1932 (diff)
downloadpoky-4821286d0a97a82b3ad39572ec66da1892fd5cae.tar.gz
gcc-csl: Drop old version
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
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 b59bd76c85..0000000000
--- a/meta/packages/gcc/gcc-csl-arm-2007q3/gcc-new-makeinfo.patch
+++ /dev/null
@@ -1,22 +0,0 @@
1--- /tmp/configure 2008-05-18 12:57:11.378648834 +0200
2+++ gcc-4.2/configure 2008-05-18 12:58:38.309478684 +0200
3@@ -3776,7 +3776,7 @@
4 # For an installed makeinfo, we require it to be from texinfo 4.4 or
5 # higher, else we use the "missing" dummy.
6 if ${MAKEINFO} --version \
7- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
8+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
9 :
10 else
11 MAKEINFO="$MISSING makeinfo"
12--- /tmp/configure.in 2008-05-18 12:57:32.665314708 +0200
13+++ gcc-4.2/configure.in 2008-05-18 12:59:03.000000000 +0200
14@@ -2271,7 +2271,7 @@
15 # For an installed makeinfo, we require it to be from texinfo 4.4 or
16 # higher, else we use the "missing" dummy.
17 if ${MAKEINFO} --version \
18- | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
19+ | egrep 'texinfo[^0-9]*(4\.([6-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
20 :
21 else
22 MAKEINFO="$MISSING makeinfo"