Changeset c01e552 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Oct 15, 2013, 1:00:05 PM (11 years ago)
- Branches:
- master
- Children:
- 113a63a
- Parents:
- 75a0379
- git-author:
- Andrew Bradford <andrew@…> (10/14/13 13:47:57)
- git-committer:
- Andrew Bradford <andrew@…> (10/15/13 13:00:05)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r75a0379 rc01e552 32 32 enable.</para> 33 33 34 <para os="ab">Fix a couple of syntax errors that prevent the documentation 35 from building with some versions of Texinfo:</para> 36 37 <screen os="ac"><userinput>sed -i -e 's/@colophon/@@colophon/' \ 38 -e 's/doc@cygnus.com/doc@@cygnus.com/' bfd/doc/bfd.texinfo</userinput></screen> 34 <para>In order to work with musl-libc, bintuils needs to be patched:</para> 35 36 <screen><userinput>patch -Np1 -i ../&binutils-musl-patch;</userinput></screen> 39 37 40 38 <para os="b">The Binutils documentation recommends building Binutils outside of the -
BOOK/cross-tools/common/gcc-final.xml
r75a0379 rc01e552 24 24 <sect2 role="installation"> 25 25 <title>Installation of GCC Cross Compiler</title> 26 27 <xi:include os="c" xmlns:xi="http://www.w3.org/2003/XInclude" 28 href="gcc-static.xml" 29 xpointer="xpointer(//*[@os='ab'])"/> 26 30 27 31 <para os="b">GCC requires the GMP, MPFR, and MPC packages to either be -
BOOK/cross-tools/common/gcc-static.xml
r75a0379 rc01e552 29 29 <title os="a">Installation of Cross GCC Compiler with Static libgcc 30 30 and no Threads</title> 31 32 <para os="aa">In order to work with musl-libc, GCC needs to be patched:</para> 33 34 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-musl-patch;</userinput></screen> 31 35 32 36 <para os="b">GCC requires the GMP, MPFR, and MPC packages to either be
Note:
See TracChangeset
for help on using the changeset viewer.