summaryrefslogtreecommitdiffstats
path: root/contrib/crossrpms/patches
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2008-03-12 03:24:11 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2008-03-12 03:24:11 +0000
commit672465e1622d3e4a70b4be3933259332f1892e7d (patch)
tree50e34b1ce8952bd0e24bd302357ee8dce89445ba /contrib/crossrpms/patches
parent2008-03-11 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-672465e1622d3e4a70b4be3933259332f1892e7d.tar.bz2
New.
Diffstat (limited to 'contrib/crossrpms/patches')
-rw-r--r--contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff24
1 files changed, 24 insertions, 0 deletions
diff --git a/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff b/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
new file mode 100644
index 0000000000..6896980d5e
--- /dev/null
+++ b/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
@@ -0,0 +1,24 @@
+diff -Naur binutils-20060817-1.orig/configure binutils-20060817-1/configure
+--- binutils-20060817-1.orig/configure 2006-08-17 07:00:58.000000000 +0200
++++ binutils-20060817-1/configure 2008-03-12 03:52:57.000000000 +0100
+@@ -3681,7 +3681,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\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"
+diff -Naur binutils-20060817-1.orig/configure.in binutils-20060817-1/configure.in
+--- binutils-20060817-1.orig/configure.in 2006-08-17 07:00:58.000000000 +0200
++++ binutils-20060817-1/configure.in 2008-03-12 03:52:57.000000000 +0100
+@@ -2232,7 +2232,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\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
+ :
+ else
+ MAKEINFO="$MISSING makeinfo"