Changeset d55f00bc for BOOK/temp-system/x86
- Timestamp:
 - Feb 21, 2006, 1:17:35 AM (20 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
 
- 
          
  BOOK/temp-system/x86/gcc.xml (modified) (5 diffs)
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
      
BOOK/temp-system/x86/gcc.xml
rf05fd1d rd55f00bc 87 87 xpointer="xpointer(//*[@os='h'])"/> 88 88 89 <screen ><userinput>../gcc-&gcc-version;/configure --prefix=/tools \89 <screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \ 90 90 --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \ 91 91 --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \ … … 93 93 --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen> 94 94 95 <variablelist os="c k">95 <variablelist os="cl"> 96 96 <title>The meaning of the new configure options:</title> 97 97 98 <varlistentry os="c k1">98 <varlistentry os="cl1"> 99 99 <term><parameter>--libexecdir=/tools/lib</parameter></term> 100 100 <listitem> … … 103 103 </varlistentry> 104 104 105 <varlistentry os="c k2">105 <varlistentry os="cl2"> 106 106 <term><parameter>--disable-libstdcxx-pch</parameter></term> 107 107 <listitem> … … 114 114 </variablelist> 115 115 116 <para >Compile the package:</para>116 <para os="cm">Compile the package:</para> 117 117 118 <screen ><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \118 <screen os="cn"><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \ 119 119 LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen> 120 120 121 <para >Install the package:</para>121 <para os="co">Install the package:</para> 122 122 123 <screen ><userinput>make install</userinput></screen>123 <screen os="cp"><userinput>make install</userinput></screen> 124 124 125 125 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 127 127 xpointer="xpointer(//*[@os='w'])"/> 128 128 129 <screen ><userinput>ln -s gcc /tools/bin/cc</userinput></screen>129 <screen os="cq"><userinput>ln -s gcc /tools/bin/cc</userinput></screen> 130 130 131 131 </sect2>  
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  