source: clfs-embedded/patches/binutils-2.23.2-musl-1.patch @ c01e552

Last change on this file since c01e552 was c01e552, checked in by Andrew Bradford <andrew@…>, 11 years ago

Add musl patches for gcc and binutils

  • Property mode set to 100644
File size: 1.7 KB
  • config.sub

    Submitted By: Andrew Bradford <andrew@bradfordembedded.com>
    Date: 2013-10-14
    Initial Package Version: 2.23.2
    Origin: Gregor Richards' musl-cross
    Upstream Status: None
    Description: Patches to binutils to build for musl-libc.
    
    diff -r 54fa2047c3af config.sub
    a b  
    123123maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
    124124case $maybe_os in
    125125  nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
     126  linux-musl* | \
    126127  linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
    127128  knetbsd*-gnu* | netbsd*-gnu* | \
    128129  kopensolaris*-gnu* | \
     
    13611362              | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
    13621363              | -mingw32* | -linux-gnu* | -linux-android* \
    13631364              | -linux-newlib* | -linux-uclibc* \
     1365              | -linux-musl* \
    13641366              | -uxpv* | -beos* | -mpeix* | -udk* \
    13651367              | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
    13661368              | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
  • bfd/doc/bfd.texinfo

    diff -Naur a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
    a b  
    322322@printindex cp
    323323
    324324@tex
    325 % I think something like @colophon should be in texinfo.  In the
     325% I think something like @@colophon should be in texinfo.  In the
    326326% meantime:
    327327\long\def\colophon{\hbox to0pt{}\vfill
    328328\centerline{The body of this manual is set in}
     
    333333\centerline{{\sl\fontname\tensl\/}}
    334334\centerline{are used for emphasis.}\vfill}
    335335\page\colophon
    336 % Blame: doc@cygnus.com, 28mar91.
     336% Blame: doc@@cygnus.com, 28mar91.
    337337@end tex
    338338
    339339@bye
Note: See TracBrowser for help on using the repository browser.