- Timestamp:
- Feb 26, 2006, 11:36:06 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:
- 9172172
- Parents:
- 6bfb353
- Location:
- BOOK/cross-tools
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/common/glibc.xml
r6bfb353 rdf709be 80 80 <term><parameter>CC="${LFS_TARGET}-gcc"</parameter></term> 81 81 <listitem> 82 <para>This forces Glibc to use the GCC comp lier that we made for our target82 <para>This forces Glibc to use the GCC compiler that we made for our target 83 83 architecture.</para> 84 84 </listitem> … … 88 88 <term><parameter>AR="${LFS_TARGET}-ar"</parameter></term> 89 89 <listitem> 90 <para>This forces Glibc to use the AR utility we made for our target91 architecture.</para>90 <para>This forces Glibc to use the <command>ar</command> utility 91 we made for our target architecture.</para> 92 92 </listitem> 93 93 </varlistentry> … … 96 96 <term><parameter>RANLIB="${LFS_TARGET}-ranlib"</parameter></term> 97 97 <listitem> 98 <para>This forces Glibc to use the RANLIB utility we made for our target99 architecture.</para>98 <para>This forces Glibc to use the <command>ranlib</command> utility 99 we made for our target architecture.</para> 100 100 </listitem> 101 101 </varlistentry> -
BOOK/cross-tools/mips64/glibc-n32.xml
r6bfb353 rdf709be 99 99 <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term> 100 100 <listitem> 101 <para>Forces G LIBCto utilize our target architecture GCC utilizing101 <para>Forces Glibc to utilize our target architecture GCC utilizing 102 102 the N32 flags.</para> 103 103 </listitem> … … 107 107 <term><parameter>--libdir=/tools/lib32</parameter></term> 108 108 <listitem> 109 <para> Puts GLIBC into a/tools/lib32 instead of /tools/lib.</para>109 <para>Installs Glibc into /tools/lib32 instead of /tools/lib.</para> 110 110 </listitem> 111 111 </varlistentry> -
BOOK/cross-tools/x86/glibc-headers.xml
r6bfb353 rdf709be 146 146 <para os="cj">For NPTL use the following command:</para> 147 147 148 <screen os="ck"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h /tools/include/</userinput></screen> 148 <screen os="ck"><userinput>cp -v \ 149 ../glibc-&glibc-version;/nptl/sysdeps/pthread/pthread.h \ 150 /tools/include</userinput></screen> 149 151 150 152 <para os="cl">Now copy the architecture specific header over:</para> 151 153 152 <screen os="cm"><userinput>cp -v ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h /tools/include/bits/</userinput></screen> 154 <screen os="cm"><userinput>cp -v \ 155 ../glibc-&glibc-version;/nptl/sysdeps/unix/sysv/linux/i386/bits/pthreadtypes.h \ 156 /tools/include/bits</userinput></screen> 153 157 154 158 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.