Changeset 6bb43b3 for BOOK/cross-tools/x86
- Timestamp:
- Feb 21, 2006, 1:26:16 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:
- cedcdaa
- Parents:
- e47ec16
- Location:
- BOOK/cross-tools/x86
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86/gcc-final.xml
re47ec16 r6bb43b3 97 97 <term><parameter>--enable-languages=c,c++</parameter></term> 98 98 <listitem> 99 <para>This option ensures that only the C and C++ compilers isbuilt.</para>99 <para>This option ensures that only the C and C++ compilers are built.</para> 100 100 </listitem> 101 101 </varlistentry> -
BOOK/cross-tools/x86/gcc-static.xml
re47ec16 r6bb43b3 37 37 search the <filename class="directory">/usr</filename> directory for 38 38 <filename class="libraryfile">libgcc_s.so</filename> when 39 cross-comp ling:</para>39 cross-compiling:</para> 40 40 41 41 <screen os="af"><userinput>patch -Np1 -i ../&gcc-cross_search-patch;</userinput></screen> -
BOOK/cross-tools/x86/glibc-headers.xml
re47ec16 r6bb43b3 76 76 <term><parameter>--host=${LFS_HOST}</parameter></term> 77 77 <listitem> 78 <para>When used injunctionwith --target, this creates a cross-architecture78 <para>When used with --target, this creates a cross-architecture 79 79 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 80 80 </listitem> … … 84 84 <term><parameter>--target=${LFS_TARGET}</parameter></term> 85 85 <listitem> 86 <para>When used injunctionwith --host, this creates a cross-architecture86 <para>When used with --host, this creates a cross-architecture 87 87 executable that creates files for ${LFS_TARGET} but runs on ${LFS_HOST).</para> 88 88 </listitem>
Note:
See TracChangeset
for help on using the changeset viewer.