Changeset d55f00bc for BOOK/cross-tools/mips
- 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/mips
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/cross-tools/mips/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} --disable-multilib \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>102 103 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 98 href="../x86/gcc-final.xml" 105 99 xpointer="xpointer(//*[@os='bf'])"/> 106 100 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../x86/gcc-final.xml" 103 xpointer="xpointer(//*[@os='bg'])"/> 104 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc-final.xml" 107 xpointer="xpointer(//*[@os='bh'])"/> 108 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../x86/gcc-final.xml" 111 xpointer="xpointer(//*[@os='bi'])"/> 112 113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 114 href="../x86/gcc-final.xml" 115 xpointer="xpointer(//*[@os='bj'])"/> 107 116 <para>Continue with compiling the package:</para> 108 117 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> 111 112 <para>Install the package:</para> 113 114 <screen><userinput>make install</userinput></screen> 118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 119 href="../x86/gcc-final.xml" 120 xpointer="xpointer(//*[@os='bk'])"/> 115 121 116 122 </sect2> -
BOOK/cross-tools/mips/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>94 95 90 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 91 href="../x86/gcc-static.xml" 97 92 xpointer="xpointer(//*[@os='al'])"/> 98 93 99 <para>Continue with compiling the package:</para> 94 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 95 href="../x86/gcc-static.xml" 96 xpointer="xpointer(//*[@os='am'])"/> 100 97 101 <screen><userinput>make all-gcc</userinput></screen> 98 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 99 href="../x86/gcc-static.xml" 100 xpointer="xpointer(//*[@os='an'])"/> 102 101 103 <para>Install the package:</para> 102 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 103 href="../x86/gcc-static.xml" 104 xpointer="xpointer(//*[@os='ao'])"/> 104 105 105 <screen><userinput>make install-gcc</userinput></screen> 106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 107 href="../x86/gcc-static.xml" 108 xpointer="xpointer(//*[@os='ap'])"/> 109 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.