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

Last change on this file since 1cf6d41 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
RevLine 
[c01e552]1Submitted By: Andrew Bradford <andrew@bradfordembedded.com>
2Date: 2013-10-14
3Initial Package Version: 2.23.2
4Origin: Gregor Richards' musl-cross
5Upstream Status: None
6Description: Patches to binutils to build for musl-libc.
7
8diff -r 54fa2047c3af config.sub
9--- a/config.sub Fri Mar 29 16:27:22 2013 -0400
10+++ b/config.sub Fri Mar 29 16:28:11 2013 -0400
11@@ -123,6 +123,7 @@
12 maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
13 case $maybe_os in
14 nto-qnx* | linux-gnu* | linux-android* | linux-dietlibc | linux-newlib* | \
15+ linux-musl* | \
16 linux-uclibc* | uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | \
17 knetbsd*-gnu* | netbsd*-gnu* | \
18 kopensolaris*-gnu* | \
19@@ -1361,6 +1362,7 @@
20 | -cygwin* | -msys* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
21 | -mingw32* | -linux-gnu* | -linux-android* \
22 | -linux-newlib* | -linux-uclibc* \
23+ | -linux-musl* \
24 | -uxpv* | -beos* | -mpeix* | -udk* \
25 | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
26 | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
27diff -Naur a/bfd/doc/bfd.texinfo b/bfd/doc/bfd.texinfo
28--- a/bfd/doc/bfd.texinfo 2010-10-28 07:40:25.000000000 -0400
29+++ b/bfd/doc/bfd.texinfo 2013-10-02 15:57:07.556185659 -0400
30@@ -322,7 +322,7 @@
31 @printindex cp
32
33 @tex
34-% I think something like @colophon should be in texinfo. In the
35+% I think something like @@colophon should be in texinfo. In the
36 % meantime:
37 \long\def\colophon{\hbox to0pt{}\vfill
38 \centerline{The body of this manual is set in}
39@@ -333,7 +333,7 @@
40 \centerline{{\sl\fontname\tensl\/}}
41 \centerline{are used for emphasis.}\vfill}
42 \page\colophon
43-% Blame: doc@cygnus.com, 28mar91.
44+% Blame: doc@@cygnus.com, 28mar91.
45 @end tex
46
47 @bye
Note: See TracBrowser for help on using the repository browser.