Changeset d3a4fc0 for BOOK/cross-tools/x86
- Timestamp:
- Feb 21, 2006, 1:19:09 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:
- 52e5dd9
- Parents:
- 834aff7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/glibc-headers.xml
r834aff7 rd3a4fc0 43 43 xpointer="xpointer(//*[@os='g'])"/> 44 44 45 <screen ><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/tools \45 <screen os="s3"><userinput>CC=gcc ../glibc-&glibc-version;/configure --prefix=/tools \ 46 46 --host=${LFS_TARGET} --build=${LFS_HOST} \ 47 47 --disable-sanity-checks --enable-kernel=2.6.0 \ … … 50 50 51 51 <warning os="e1"> 52 <para><emphasis>Any</emphasis> error message you see about nptl at this point \52 <para><emphasis>Any</emphasis> error message you see about nptl at this point 53 53 can safely be ignored.</para> 54 54 </warning> … … 57 57 <title>The meaning of the configure options:</title> 58 58 59 <varlistentry >59 <varlistentry os="ca1"> 60 60 <term><parameter>CC=gcc</parameter></term> 61 61 <listitem> 62 <para>T his do ...</para>62 <para>Tells GLIBC to use the hosts GCC compiler.</para> 63 63 </listitem> 64 64 </varlistentry> 65 65 66 <varlistentry os="ca 1">66 <varlistentry os="ca2"> 67 67 <term><parameter>--prefix=/tools</parameter></term> 68 68 <listitem> … … 73 73 </varlistentry> 74 74 75 <varlistentry os="ca 2">76 <term><parameter>--host=${LFS_ TARGET}</parameter></term>75 <varlistentry os="ca3"> 76 <term><parameter>--host=${LFS_HOST}</parameter></term> 77 77 <listitem> 78 <para>This do ...</para> 79 </listitem> 80 </varlistentry> 81 82 <varlistentry os="ca3"> 83 <term><parameter>--build=${LFS_HOST}</parameter></term> 84 <listitem> 85 <para>This do ...</para> 86 </listitem> 87 </varlistentry> 88 89 <varlistentry> 90 <term><parameter>--disable-sanity-checks</parameter></term> 91 <listitem> 92 <para>This switch do ... .</para> 78 <para>When used injunction with --target, this creates a cross-architecture 79 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 93 80 </listitem> 94 81 </varlistentry> 95 82 96 83 <varlistentry os="ca4"> 84 <term><parameter>--target=${LFS_TARGET}</parameter></term> 85 <listitem> 86 <para>When used injunction with --host, this creates a cross-architecture 87 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 88 </listitem> 89 </varlistentry> 90 91 <varlistentry os="ca5"> 92 <term><parameter>--disable-sanity-checks</parameter></term> 93 <listitem> 94 <para>This switch disables any checks that are in place.</para> 95 </listitem> 96 </varlistentry> 97 98 <varlistentry os="ca6"> 97 99 <term><parameter>--enable-kernel=2.6.0</parameter></term> 98 100 <listitem> … … 102 104 </varlistentry> 103 105 104 <varlistentry os="ca 5">106 <varlistentry os="ca7"> 105 107 <term><parameter>--with-headers=/tools/include</parameter></term> 106 108 <listitem> … … 112 114 </varlistentry> 113 115 114 <varlistentry >116 <varlistentry os="ca8"> 115 117 <term><parameter>--with-binutils=/cross-tools/${LFS_TARGET}/bin</parameter></term> 116 118 <listitem> 117 <para>This switch do ....</para>119 <para>This tells GLIBC to use the binutils for our specific target architecture.</para> 118 120 </listitem> 119 121 </varlistentry> … … 144 146 <para os="cl">Now we copy the architecture specific header over:</para> 145 147 146 <screen ><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen>148 <screen os="cm"><userinput>cp ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 147 149 148 150 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.