source: rtems/contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff @ 15e12bf6

4.8
Last change on this file since 15e12bf6 was d8fce03, checked in by cvs2git <rtems-devel@…>, on 07/13/09 at 14:20:37

This commit was manufactured by cvs2svn to create branch 'rtems-4-8-branch'.

Cherrypick from master 2009-07-13 14:20:36 UTC Ralf Corsepius <ralf.corsepius@…> 'Add autoconf-sources.add.':

contrib/crossrpms/autotools/autoconf-sources.add
contrib/crossrpms/autotools/automake-sources.add
contrib/crossrpms/patches/binutils-2.17.50-cygwin-20060817-1.diff
contrib/crossrpms/patches/gdb-6.5-bfinrtems-20071114.diff
contrib/crossrpms/patches/gdb-6.5-bfinrtems-20090122.diff
cpukit/libnetworking/ifaddrs.h
cpukit/libnetworking/libc/getifaddrs.c
cpukit/libnetworking/libc/if_indextoname.c
cpukit/libnetworking/libc/if_nameindex.c

  • Property mode set to 100644
File size: 1.2 KB
  • binutils-20060817-1

    diff -Naur binutils-20060817-1.orig/configure binutils-20060817-1/configure
    old new  
    36813681    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    36823682    # higher, else we use the "missing" dummy.
    36833683    if ${MAKEINFO} --version \
    3684        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     3684       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    36853685      :
    36863686    else
    36873687      MAKEINFO="$MISSING makeinfo"
  • binutils-20060817-1

    diff -Naur binutils-20060817-1.orig/configure.in binutils-20060817-1/configure.in
    old new  
    22322232    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    22332233    # higher, else we use the "missing" dummy.
    22342234    if ${MAKEINFO} --version \
    2235        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     2235       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    22362236      :
    22372237    else
    22382238      MAKEINFO="$MISSING makeinfo"
Note: See TracBrowser for help on using the repository browser.