Changeset 1b823a37 for temp-system/x86_64-64
- Timestamp:
- Feb 21, 2006, 1:17:35 AM (19 years ago)
- Children:
- 4dea801f
- Parents:
- 578c75fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
temp-system/x86_64-64/gcc.xml
r578c75fc r1b823a37 99 99 xpointer="xpointer(//*[@os='h'])"/> 100 100 101 <screen ><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \101 <screen os="ck"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \ 102 102 ../gcc-&gcc-version;/configure --prefix=/tools --disable-multilib \ 103 103 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ … … 111 111 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 112 112 href="../x86_64/gcc.xml" 113 xpointer="xpointer(//*[@os='d c1'])"/>113 xpointer="xpointer(//*[@os='dd1'])"/> 114 114 115 115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 116 116 href="../x86/gcc.xml" 117 xpointer="xpointer(//*[@os='c k1'])"/>117 xpointer="xpointer(//*[@os='cl1'])"/> 118 118 119 119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 120 120 href="../x86/gcc.xml" 121 xpointer="xpointer(//*[@os='c k2'])"/>121 xpointer="xpointer(//*[@os='cl2'])"/> 122 122 123 123 </variablelist> 124 124 125 <para>Compile the package:</para> 125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 126 href="../x86/gcc.xml" 127 xpointer="xpointer(//*[@os='cm'])"/> 126 128 127 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 128 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 129 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 130 href="../x86/gcc.xml" 131 xpointer="xpointer(//*[@os='cn'])"/> 129 132 130 <para>Install the package:</para> 133 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 134 href="../x86/gcc.xml" 135 xpointer="xpointer(//*[@os='co'])"/> 131 136 132 <screen><userinput>make install</userinput></screen> 137 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 138 href="../x86/gcc.xml" 139 xpointer="xpointer(//*[@os='cp'])"/> 133 140 134 <para >Now we copy the files that are placed in <filename class="directory">/tools/lib64141 <para os="dp">Now we copy the files that are placed in <filename class="directory">/tools/lib64 135 142 </filename> to <filename class="directory">/tools/lib</filename>. 136 143 We also delete the /tools/lib64 directory:</para> 137 144 138 <screen ><userinput>cp -ar /tools/lib64/* /tools/lib145 <screen os="dq"><userinput>cp -ar /tools/lib64/* /tools/lib 139 146 rm -rf /tools/lib64</userinput></screen> 140 147 … … 143 150 xpointer="xpointer(//*[@os='w'])"/> 144 151 145 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen> 152 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 153 href="../x86/gcc.xml" 154 xpointer="xpointer(//*[@os='cq'])"/> 146 155 147 156 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.