Changeset 1b823a37 for cross-tools/mips64-64/gcc-static.xml
- Timestamp:
- Feb 21, 2006, 1:17:35 AM (19 years ago)
- Children:
- 4dea801f
- Parents:
- 578c75fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cross-tools/mips64-64/gcc-static.xml
r578c75fc r1b823a37 28 28 xpointer="xpointer(//*[@os='aa'])"/> 29 29 30 <screen os="ab"><userinput>patch -Np1 -i ../&gcc-specs_pure64-patch;</userinput></screen> 30 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 31 href="../x86_64-64/gcc-static.xml" 32 xpointer="xpointer(//*[@os='ab'])"/> 31 33 32 34 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 54 56 xpointer="xpointer(//*[@os='mb'])"/> 55 57 56 <para os="al">This will allow us to build a 64 bit ABI compiler instead of the default 57 n32:</para> 58 59 <screen os="am"><userinput>patch -Np1 -i ../&gcc-mips_pure64-patch;</userinput></screen> 60 61 <para os="ag">Now we will need to setup our StartFile Spec to the correct library 62 location:</para> 58 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 59 href="../x86/gcc-static.xml" 60 xpointer="xpointer(//*[@os='ag'])"/> 63 61 64 62 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 90 88 xpointer="xpointer(//*[@os='h'])"/> 91 89 92 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \90 <screen os="al"><userinput>../gcc-&gcc-version;/configure --prefix=/cross-tools \ 93 91 --host=${LFS_HOST} --target=${LFS_TARGET} --disable-mutlilib \ 94 92 --with-local-prefix=/tools --disable-nls --disable-shared \ … … 97 95 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 96 href="../x86/gcc-static.xml" 99 xpointer="xpointer(//*[@os='a l'])"/>97 xpointer="xpointer(//*[@os='am'])"/> 100 98 101 <para>Continue with compiling the package:</para> 99 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 href="../x86/gcc-static.xml" 101 xpointer="xpointer(//*[@os='an'])"/> 102 102 103 <screen><userinput>make all-gcc</userinput></screen> 103 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 104 href="../x86/gcc-static.xml" 105 xpointer="xpointer(//*[@os='ao'])"/> 104 106 105 < para>Install the package:</para>106 107 <screen><userinput>make install-gcc</userinput></screen>107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 108 href="../x86/gcc-static.xml" 109 xpointer="xpointer(//*[@os='ap'])"/> 108 110 109 111 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.