Changeset d55f00bc for BOOK/temp-system/mips64-64
- 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
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/mips64-64/gcc.xml
rf05fd1d rd55f00bc 115 115 xpointer="xpointer(//*[@os='h'])"/> 116 116 117 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \117 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 118 118 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 119 119 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ … … 127 127 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 128 128 href="../x86_64/gcc.xml" 129 xpointer="xpointer(//*[@os='d c1'])"/>129 xpointer="xpointer(//*[@os='dd1'])"/> 130 130 131 131 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 132 132 href="../x86/gcc.xml" 133 xpointer="xpointer(//*[@os='c k1'])"/>133 xpointer="xpointer(//*[@os='cl1'])"/> 134 134 135 135 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 136 136 href="../x86/gcc.xml" 137 xpointer="xpointer(//*[@os='c k2'])"/>137 xpointer="xpointer(//*[@os='cl2'])"/> 138 138 139 139 </variablelist> 140 140 141 <para>Compile the package:</para> 141 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 142 href="../x86/gcc.xml" 143 xpointer="xpointer(//*[@os='cm'])"/> 142 144 143 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 144 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 145 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 146 href="../x86/gcc.xml" 147 xpointer="xpointer(//*[@os='cn'])"/> 145 148 146 <para>Install the package:</para> 149 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 150 href="../x86/gcc.xml" 151 xpointer="xpointer(//*[@os='co'])"/> 147 152 148 <screen><userinput>make install</userinput></screen> 153 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 154 href="../x86/gcc.xml" 155 xpointer="xpointer(//*[@os='cp'])"/> 149 156 150 <para>Now we copy the files that are placed in <filename class="directory">/tools/lib64151 </filename> to <filename class="directory">/tools/lib</filename>.152 We also delete the /tools/lib64 directory:</para>157 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 158 href="../x86_64-64/gcc.xml" 159 xpointer="xpointer(//*[@os='dp'])"/> 153 160 154 <screen><userinput>cp -ar /tools/lib64/* /tools/lib 155 rm -rf /tools/lib64</userinput></screen> 161 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 162 href="../x86_64-64/gcc.xml" 163 xpointer="xpointer(//*[@os='dq'])"/> 156 164 157 165 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 159 167 xpointer="xpointer(//*[@os='w'])"/> 160 168 161 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen> 169 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 170 href="../x86/gcc.xml" 171 xpointer="xpointer(//*[@os='cq'])"/> 162 172 163 173 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.