Changeset c72b980 in clfs-embedded for BOOK/cross-tools/common
- Timestamp:
- Sep 20, 2016, 12:39:58 PM (8 years ago)
- Branches:
- master
- Children:
- 861ae7f
- Parents:
- 1c7c5bf
- Location:
- BOOK/cross-tools/common
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/gcc-final.xml
r1c7c5bf rc72b980 29 29 <sect2 role="installation"> 30 30 <title>Installation of GCC Cross Compiler</title> 31 32 <xi:include os="c" xmlns:xi="http://www.w3.org/2003/XInclude"33 href="gcc-static.xml"34 xpointer="xpointer(//*[@os='ab'])"/>35 31 36 32 <para os="b">GCC requires the GMP, MPFR, and MPC packages to either be -
BOOK/cross-tools/common/gcc-static.xml
r1c7c5bf rc72b980 30 30 <title os="a">Installation of Cross GCC Compiler with Static libgcc 31 31 and no Threads</title> 32 33 <para os="aa">In order to work with musl, GCC needs to be patched:</para>34 35 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-musl-patch;</userinput></screen>36 32 37 33 <para os="b">GCC requires the GMP, MPFR, and MPC packages to either be
Note:
See TracChangeset
for help on using the changeset viewer.