Changeset 9e0069f for BOOK/cross-tools
- Timestamp:
- May 9, 2014, 3:31:44 AM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 6fde8a9
- Parents:
- b4fec0c
- Location:
- BOOK/cross-tools
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/64/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/common/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <para os="e">Here we will compile GCC, as a cross-compiler that will create 27 executables for our target architechture, statically so that it will not 28 need to look for Glibc's startfiles, which do not yet exist in 29 <filename class="directory">/tools</filename>. We will use this 30 cross-compiler, plus the cross-linker we have just installed with Binutils, 31 to compile Glibc. After Glibc is installed into 32 <filename class="directory">/tools</filename>, we can rebuild GCC 33 so that it will then be able to build executables that link against the 34 libraries in <filename class="directory">/tools</filename>.</para> 25 35 26 36 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/mips64-64/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/multilib/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" -
BOOK/cross-tools/ppc64-64/gcc-static.xml
rb4fec0c r9e0069f 23 23 <title>Installation of Cross GCC Compiler with Static libgcc 24 24 and no Threads</title> 25 26 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 27 href="../common/gcc-static.xml" 28 xpointer="xpointer(//*[@os='e'])"/> 25 29 26 30 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.