Ignore:
Timestamp:
Feb 21, 2006, 1:17:35 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
12a457e
Parents:
f05fd1d
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
  • BOOK/temp-system/x86_64/gcc.xml

    rf05fd1d rd55f00bc  
    9999    xpointer="xpointer(//*[@os='h'])"/>
    100100
    101 <screen><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
     101<screen os="dc"><userinput>CC="${CC} ${BUILD64}" CXX="${CXX} ${BUILD64}" \
    102102    ../gcc-&gcc-version;/configure --prefix=/tools --libdir=/tools/lib64 \
    103103    --build=${LFS_HOST} --host=${LFS_TARGET} --target=${LFS_TARGET} \
     
    106106    --disable-nls --enable-languages=c,c++ --disable-libstdcxx-pch</userinput></screen>
    107107
    108     <variablelist os="dc">
     108    <variablelist os="dd">
    109109      <title>The meaning of the new configure options:</title>
    110110
    111       <varlistentry os="dc1">
     111      <varlistentry os="dd1">
    112112        <term><parameter>CXX="${CXX} ${BUILD64}"</parameter></term>
    113113        <listitem>
    114           <para>This do ...</para>
     114          <para>This forces the C++ compiler to use our Build 64 FLAGS.</para>
    115115        </listitem>
    116116      </varlistentry>
    117117
    118       <varlistentry os="dc2">
     118      <varlistentry os="dd2">
    119119        <term><parameter>--libexecdir=/tools/lib64</parameter></term>
    120120        <listitem>
    121           <para>This do ...</para>
     121          <para>This puts all files that are installed using the libexecdir
     122          variable into /tools/lib64.</para>
    122123        </listitem>
    123124      </varlistentry>
     
    125126      <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    126127      href="../x86/gcc.xml"
    127       xpointer="xpointer(//*[@os='ck2'])"/>
     128      xpointer="xpointer(//*[@os='cl2'])"/>
    128129
    129130    </variablelist>
    130131
    131     <para>Compile the package:</para>
     132    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     133    href="../x86/gcc.xml"
     134    xpointer="xpointer(//*[@os='cm'])"/>
    132135
    133 <screen><userinput>make AS_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-as" \
    134     LD_FOR_TARGET="/cross-tools/bin/${LFS_TARGET}-ld"</userinput></screen>
     136    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     137    href="../x86/gcc.xml"
     138    xpointer="xpointer(//*[@os='cn'])"/>
    135139
    136     <para>Install the package:</para>
     140    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     141    href="../x86/gcc.xml"
     142    xpointer="xpointer(//*[@os='co'])"/>
    137143
    138 <screen><userinput>make install</userinput></screen>
     144    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     145    href="../x86/gcc.xml"
     146    xpointer="xpointer(//*[@os='cp'])"/>
    139147
    140148    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     
    142150    xpointer="xpointer(//*[@os='w'])"/>
    143151
    144 <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'])"/>
    145155
    146156  </sect2>
Note: See TracChangeset for help on using the changeset viewer.