Changeset 87d6725
- Timestamp:
- May 22, 2014, 10:05:56 PM (11 years ago)
- Branches:
- clfs-3.0.0-systemd, master, systemd
- Children:
- b9fd50a
- Parents:
- d8d2f8c
- git-author:
- Chris Staub <chris@…> (05/22/14 22:05:27)
- git-committer:
- Chris Staub <chris@…> (05/22/14 22:05:56)
- Location:
- BOOK/cross-tools/common
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/bc.xml
rd8d2f8c r87d6725 22 22 <sect2 role="installation"> 23 23 <title>Installation of Bc</title> 24 25 <para>We will install a <command>bc</command> program that can run 26 on the host system, as this is needed to compile the kernel.</para> 24 27 25 28 <para>Prepare Bc for compilation:</para> -
BOOK/cross-tools/common/gcc-static.xml
rd8d2f8c r87d6725 25 25 26 26 <para os="e">Here we will compile GCC, as a cross-compiler that will create 27 executables for our target architec hture, statically so that it will not27 executables for our target architecture, statically so that it will not 28 28 need to look for Glibc's startfiles, which do not yet exist in 29 29 <filename class="directory">/tools</filename>. We will use this -
BOOK/cross-tools/common/pkg-config-lite.xml
rd8d2f8c r87d6725 25 25 <para os="a">Several packages in the temporary system will use 26 26 <command>pkg-config</command> to find various required and optional 27 dependencies. The problem is thatthis could result in those packages27 dependencies. Unfortunately, this could result in those packages 28 28 finding libraries on the host system and trying to link against them, 29 29 which will not work. To avoid this problem, we will install
Note:
See TracChangeset
for help on using the changeset viewer.