Changeset d55f00bc for BOOK/cross-tools/x86_64
- Timestamp:
- Feb 21, 2006, 1:17:35 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:
- 12a457e
- Parents:
- f05fd1d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/x86_64/gcc-final.xml
rf05fd1d rd55f00bc 87 87 xpointer="xpointer(//*[@os='h'])"/> 88 88 89 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \89 <screen os="bf"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 90 90 --target=${LFS_TARGET} --host=${LFS_HOST} \ 91 91 --with-local-prefix=/tools --disable-nls --enable-shared \ … … 95 95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 96 href="../x86/gcc-final.xml" 97 xpointer="xpointer(//*[@os='b f'])"/>97 xpointer="xpointer(//*[@os='bg'])"/> 98 98 99 <para>Continue with compiling the package:</para> 99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 href="../x86/gcc-final.xml" 101 xpointer="xpointer(//*[@os='bh'])"/> 100 102 101 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 102 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 href="../x86/gcc-final.xml" 105 xpointer="xpointer(//*[@os='bi'])"/> 103 106 104 <para>Install the package:</para> 107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 108 href="../x86/gcc-final.xml" 109 xpointer="xpointer(//*[@os='bj'])"/> 105 110 106 <screen><userinput>make install</userinput></screen> 111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 112 href="../x86/gcc-final.xml" 113 xpointer="xpointer(//*[@os='bk'])"/> 107 114 108 115 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.