Changeset d55f00bc for BOOK/temp-system/ppc
- 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/ppc/gcc.xml
rf05fd1d rd55f00bc 91 91 xpointer="xpointer(//*[@os='h'])"/> 92 92 93 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \94 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \95 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \96 --enable-c99 --enable-shared --enable-threads=posix --enable-__cxa_atexit \97 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>98 99 93 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 100 94 href="../x86/gcc.xml" 101 95 xpointer="xpointer(//*[@os='ck'])"/> 102 96 103 <para>Compile the package:</para> 97 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 98 href="../x86/gcc.xml" 99 xpointer="xpointer(//*[@os='cl'])"/> 104 100 105 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 106 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.xml" 103 xpointer="xpointer(//*[@os='cm'])"/> 107 104 108 <para>Install the package:</para> 105 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 106 href="../x86/gcc.xml" 107 xpointer="xpointer(//*[@os='cn'])"/> 109 108 110 <screen><userinput>make install</userinput></screen> 109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 110 href="../x86/gcc.xml" 111 xpointer="xpointer(//*[@os='co'])"/> 112 113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 114 href="../x86/gcc.xml" 115 xpointer="xpointer(//*[@os='cp'])"/> 111 116 112 117 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 114 119 xpointer="xpointer(//*[@os='w'])"/> 115 120 116 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen> 121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" 122 href="../x86/gcc.xml" 123 xpointer="xpointer(//*[@os='cq'])"/> 117 124 118 125 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.