Changeset 1b823a37 for cross-tools/x86_64-64
- Timestamp:
- Feb 21, 2006, 1:17:35 AM (19 years ago)
- Children:
- 4dea801f
- Parents:
- 578c75fc
- Location:
- cross-tools/x86_64-64
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/x86_64-64/gcc-final.xml
r578c75fc r1b823a37 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>94 95 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 96 90 href="../x86/gcc-final.xml" 97 91 xpointer="xpointer(//*[@os='bf'])"/> 98 92 99 <para>Continue with compiling the package:</para> 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 94 href="../x86/gcc-final.xml" 95 xpointer="xpointer(//*[@os='bg'])"/> 100 96 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> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86/gcc-final.xml" 99 xpointer="xpointer(//*[@os='bh'])"/> 103 100 104 <para>Install the package:</para> 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../x86/gcc-final.xml" 103 xpointer="xpointer(//*[@os='bi'])"/> 105 104 106 <screen><userinput>make install</userinput></screen> 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc-final.xml" 107 xpointer="xpointer(//*[@os='bj'])"/> 108 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> -
cross-tools/x86_64-64/gcc-static.xml
r578c75fc r1b823a37 78 78 xpointer="xpointer(//*[@os='h'])"/> 79 79 80 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \80 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 81 81 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-multilib \ 82 82 --with-local-prefix=/tools --disable-nls --disable-shared \ … … 85 85 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 86 86 href="../x86/gcc-static.xml" 87 xpointer="xpointer(//*[@os='a l'])"/>87 xpointer="xpointer(//*[@os='ak'])"/> 88 88 89 <para>Continue with compiling the package:</para> 89 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 90 href="../x86/gcc-static.xml" 91 xpointer="xpointer(//*[@os='am'])"/> 90 92 91 <screen><userinput>make all-gcc</userinput></screen> 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 94 href="../x86/gcc-static.xml" 95 xpointer="xpointer(//*[@os='an'])"/> 92 96 93 <para>Install the package:</para> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86/gcc-static.xml" 99 xpointer="xpointer(//*[@os='ao'])"/> 94 100 95 <screen><userinput>make install-gcc</userinput></screen> 101 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 102 href="../x86/gcc-static.xml" 103 xpointer="xpointer(//*[@os='ap'])"/> 104 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc-static.xml" 107 xpointer="xpointer(//*[@os='aq'])"/> 96 108 97 109 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.