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