source: rtems/contrib/crossrpms/patches/binutils-2.18-rtems4.8-20071104.diff @ 6dc54314

4.8
Last change on this file since 6dc54314 was 7eb30458, checked in by Ralf Corsepius <ralf.corsepius@…>, on 11/04/07 at 09:31:43

New.

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

    diff -uNr binutils-2.18.orig/configure binutils-2.18/configure
    old new  
    61286128    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    61296129    # higher, else we use the "missing" dummy.
    61306130    if ${MAKEINFO} --version \
    6131        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     6131       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    61326132      :
    61336133    else
    61346134      MAKEINFO="$MISSING makeinfo"
  • configure.ac

    diff -uNr binutils-2.18.orig/configure.ac binutils-2.18/configure.ac
    old new  
    24032403    # For an installed makeinfo, we require it to be from texinfo 4.4 or
    24042404    # higher, else we use the "missing" dummy.
    24052405    if ${MAKEINFO} --version \
    2406        | egrep 'texinfo[^0-9]*([1-3][0-9]|4\.[4-9]|[5-9])' >/dev/null 2>&1; then
     2406       | egrep 'texinfo[^0-9]*(4\.([4-9]|[1-9][0-9])|[5-9]|[1-9][0-9])' >/dev/null 2>&1; then
    24072407      :
    24082408    else
    24092409      MAKEINFO="$MISSING makeinfo"
Note: See TracBrowser for help on using the repository browser.