Ignore:
Timestamp:
Feb 21, 2006, 1:17:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
4dea801f
Parents:
578c75fc
Message:

r760@server (orig r758): jim | 2005-11-27 11:36:54 -0800

r794@server: jim | 2005-11-27 11:33:52 -0800
Added: TODO list


File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp-system/x86/gcc.xml

    r578c75fc r1b823a37  
    8787    xpointer="xpointer(//*[@os='h'])"/>
    8888
    89 <screen><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
     89<screen os="ck"><userinput>../gcc-&gcc-version;/configure --prefix=/tools \
    9090    --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
    9191    --libexecdir=/tools/lib --with-local-prefix=/tools --enable-long-long \
     
    9393    --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    9494
    95     <variablelist os="ck">
     95    <variablelist os="cl">
    9696      <title>The meaning of the new configure options:</title>
    9797
    98       <varlistentry os="ck1">
     98      <varlistentry os="cl1">
    9999        <term><parameter>--libexecdir=/tools/lib</parameter></term>
    100100        <listitem>
     
    103103      </varlistentry>
    104104
    105       <varlistentry os="ck2">
     105      <varlistentry os="cl2">
    106106        <term><parameter>--disable-libstdcxx-pch</parameter></term>
    107107        <listitem>
     
    114114    </variablelist>
    115115
    116     <para>Compile the package:</para>
     116    <para os="cm">Compile the package:</para>
    117117
    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" \
    119119LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
    120120
    121     <para>Install the package:</para>
     121    <para os="co">Install the package:</para>
    122122
    123 <screen><userinput>make install</userinput></screen>
     123<screen os="cp"><userinput>make install</userinput></screen>
    124124
    125125    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    127127    xpointer="xpointer(//*[@os='w'])"/>
    128128
    129 <screen><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
     129<screen os="cq"><userinput>ln -s gcc /tools/bin/cc</userinput></screen>
    130130
    131131  </sect2>
Note: See TracChangeset for help on using the changeset viewer.