Changeset d55f00bc for BOOK/cross-tools/mips64
- 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
- Location:
- BOOK/cross-tools/mips64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips64/gcc-final.xml
rf05fd1d rd55f00bc 95 95 xpointer="xpointer(//*[@os='h'])"/> 96 96 97 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 98 --target=${LFS_TARGET} --host=${LFS_HOST} \ 99 --with-local-prefix=/tools --disable-nls --enable-shared \ 100 --enable-languages=c,c++ --enable-__cxa_atexit \ 101 --enable-c99 --enable-long-long --enable-threads=posix</userinput></screen> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86_64/gcc-final.xml" 99 xpointer="xpointer(//*[@os='bf'])"/> 102 100 103 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 102 href="../x86/gcc-final.xml" 105 xpointer="xpointer(//*[@os='b f'])"/>103 xpointer="xpointer(//*[@os='bg'])"/> 106 104 107 <para>Continue with compiling the package:</para> 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc-final.xml" 107 xpointer="xpointer(//*[@os='bh'])"/> 108 108 109 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 110 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../x86/gcc-final.xml" 111 xpointer="xpointer(//*[@os='bi'])"/> 111 112 112 <para>Install the package:</para> 113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 114 href="../x86/gcc-final.xml" 115 xpointer="xpointer(//*[@os='bj'])"/> 113 116 114 <screen><userinput>make install</userinput></screen> 117 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 118 href="../x86/gcc-final.xml" 119 xpointer="xpointer(//*[@os='bk'])"/> 115 120 116 121 </sect2> -
BOOK/cross-tools/mips64/gcc-static.xml
rf05fd1d rd55f00bc 88 88 xpointer="xpointer(//*[@os='h'])"/> 89 89 90 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 91 --host=${LFS_HOST} --target=${LFS_TARGET} \ 92 --with-local-prefix=/tools --disable-nls --disable-shared \ 93 --disable-threads --enable-languages=c</userinput></screen> 90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 91 href="../x86_64/gcc-static.xml" 92 xpointer="xpointer(//*[@os='al'])"/> 94 93 95 94 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 95 href="../x86/gcc-static.xml" 97 xpointer="xpointer(//*[@os='a l'])"/>96 xpointer="xpointer(//*[@os='am'])"/> 98 97 99 <para>Continue with compiling the package:</para> 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 href="../x86/gcc-static.xml" 100 xpointer="xpointer(//*[@os='an'])"/> 100 101 101 <screen><userinput>make all-gcc</userinput></screen> 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../x86/gcc-static.xml" 104 xpointer="xpointer(//*[@os='ao'])"/> 102 105 103 <para>Install the package:</para> 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 107 href="../x86/gcc-static.xml" 108 xpointer="xpointer(//*[@os='ap'])"/> 104 109 105 <screen><userinput>make install-gcc</userinput></screen> 110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 111 href="../x86/gcc-static.xml" 112 xpointer="xpointer(//*[@os='aq'])"/> 106 113 107 114 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.