summaryrefslogtreecommitdiff
path: root/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
diff options
context:
space:
mode:
authorcvs2git <rtems-devel@rtems.org>2009-07-13 14:20:39 +0000
committercvs2git <rtems-devel@rtems.org>2009-07-13 14:20:39 +0000
commit058277d1339fb1f740857bd4da1b91122af29f3b (patch)
tree4b20a32c4fff8402f799d4480a39faff190a78ce /contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
parent1572e389ff6ca374d374eb9b8bb081cc1b2aa74f (diff)
This commit was manufactured by cvs2svn to create tag 'rtems-4-8-1'.4.8.1
Sprout from rtems-4-8-branch 2008-08-13 14:03:54 UTC Joel Sherrill <joel.sherrill@OARcorp.com> '2008-08-12 Joel Sherrill <joel.sherrill@OARcorp.com>' Cherrypick from rtems-4-8-branch 2009-07-13 14:20:37 UTC cvs2git <rtems-devel@rtems.org> 'This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.': contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff cpukit/libnetworking/ifaddrs.h cpukit/libnetworking/libc/getifaddrs.c cpukit/libnetworking/libc/if_indextoname.c cpukit/libnetworking/libc/if_nameindex.c
Diffstat (limited to 'contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff')
-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"