Changeset 8659630 for BOOK/cross-tools
- Timestamp:
- Feb 21, 2006, 1:55:04 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- 9afeb8b
- Parents:
- 1aebe7f
- Location:
- BOOK/cross-tools
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/binutils.xml
r1aebe7f r8659630 101 101 <term><parameter>--disable-multilib</parameter></term> 102 102 <listitem> 103 <para>This option sdisables the building of a multilib103 <para>This option disables the building of a multilib 104 104 capable binutils.</para> 105 105 </listitem> -
BOOK/cross-tools/common/cflags.xml
r1aebe7f r8659630 11 11 <title>Build CFLAGS</title> 12 12 13 <para><envar>CFLAGS</envar> during the building of cross tools must 14 not be set.</para> 13 <para><envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> must not be set during the building of cross tools.</para> 15 14 16 15 <para>To disable <envar>CFLAGS</envar> and <envar>CXXFLAGS</envar> 17 use the following command :</para>16 use the following commands:</para> 18 17 19 18 <screen><userinput>unset CFLAGS -
BOOK/cross-tools/common/introduction.xml
r1aebe7f r8659630 47 47 <para>After installing each package, both in this and the next chapters, 48 48 delete its source and build directories, unless specifically instructed 49 otherwise. Deleting the sources space andprevents mis-configuration49 otherwise. Deleting the sources prevents mis-configuration 50 50 when the same package is reinstalled later.</para> 51 51 </important> -
BOOK/cross-tools/x86/glibc-headers.xml
r1aebe7f r8659630 26 26 the glibc we are using in cross-lfs. The reason we are changing it is 27 27 because this only installs the headers, no compiling takes place. In the 28 next glibc chapter, we use the gcc that's buil dright after this chapter.</para>28 next glibc chapter, we use the gcc that's built right after this chapter.</para> 29 29 30 30 <screen os="s2"><userinput>cp configure{,.orig} … … 73 73 74 74 <varlistentry os="ca2"> 75 <term><parameter>--prefix=/tools</parameter></term>76 <listitem>77 <para>This tells the configure script to prepare to install the78 package in the <filename class="directory">/tools</filename>79 directory.</para>80 </listitem>81 </varlistentry>82 83 <varlistentry os="ca3">84 75 <term><parameter>--build=${LFS_HOST}</parameter></term> 85 76 <listitem> … … 89 80 </varlistentry> 90 81 91 <varlistentry os="ca 4">82 <varlistentry os="ca3"> 92 83 <term><parameter>--host=${LFS_TARGET}</parameter></term> 93 84 <listitem> … … 97 88 </varlistentry> 98 89 99 <varlistentry os="ca 5">90 <varlistentry os="ca4"> 100 91 <term><parameter>--disable-sanity-checks</parameter></term> 101 92 <listitem> … … 104 95 </varlistentry> 105 96 106 <varlistentry os="ca 6">97 <varlistentry os="ca5"> 107 98 <term><parameter>--enable-kernel=2.6.0</parameter></term> 108 99 <listitem> … … 112 103 </varlistentry> 113 104 114 <varlistentry os="ca 7">105 <varlistentry os="ca6"> 115 106 <term><parameter>--with-headers=/tools/include</parameter></term> 116 107 <listitem> … … 122 113 </varlistentry> 123 114 124 <varlistentry os="ca 8">115 <varlistentry os="ca7"> 125 116 <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term> 126 117 <listitem> … … 135 126 <screen os="cd"><userinput>make install-headers</userinput></screen> 136 127 137 <para os="ce">Some files aren't installed by the above command, then 138 we will copy the header files we need:</para> 128 <para os="ce">Some files aren't installed by the above command, so we will copy the additional header files we need:</para> 139 129 140 130 <para os="cf">First we will copy a common file over to <filename
Note:
See TracChangeset
for help on using the changeset viewer.