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