Changeset d55f00bc for BOOK/cross-tools/sparc64-64/gcc-final.xml
- 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/sparc64-64/gcc-final.xml
rf05fd1d rd55f00bc 87 87 xpointer="xpointer(//*[@os='h'])"/> 88 88 89 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 90 --target=${LFS_TARGET} --host=${LFS_HOST} --disable-multilib \ 91 --with-local-prefix=/tools --disable-nls --enable-shared \ 92 --enable-languages=c,c++ --enable-__cxa_atexit \ 93 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 90 href="../x86_64/gcc-final.xml" 91 xpointer="xpointer(//*[@os='bf'])"/> 94 92 95 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 94 href="../x86/gcc-final.xml" 97 xpointer="xpointer(//*[@os='b f'])"/>95 xpointer="xpointer(//*[@os='bg'])"/> 98 96 99 <para>Continue with compiling the package:</para> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86/gcc-final.xml" 99 xpointer="xpointer(//*[@os='bh'])"/> 100 100 101 <screen><userinput>make CFLAGS_FOR_TARGET="${GCCTARGET}" CXXFLAGS_FOR_TARGET="${GCCTARGET}" \ 102 AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../x86/gcc-final.xml" 103 xpointer="xpointer(//*[@os='bi'])"/> 103 104 104 <para>Install the package:</para> 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc-final.xml" 107 xpointer="xpointer(//*[@os='bj'])"/> 105 108 106 <screen><userinput>make install</userinput></screen> 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../x86/gcc-final.xml" 111 xpointer="xpointer(//*[@os='bk'])"/> 107 112 108 113 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.