Changeset 46d4942


Ignore:
Timestamp:
Jun 10, 2014, 1:07:05 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
03de1bc
Parents:
061a372
Message:

Added command explanation for gcc

Location:
BOOK/final-system
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/64/gcc.xml

    r061a372 r46d4942  
    5959    href="../common/gcc.xml"
    6060    xpointer="xpointer(//*[@os='i'])"/>
     61
     62   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     63    href="../common/gcc.xml"
     64    xpointer="xpointer(//*[@os='i1'])"/>
    6165
    6266    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/common/gcc.xml

    r061a372 r46d4942  
    5454    --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
    5555
     56    <variablelist os="i1">
     57      <title>The meaning of the new configure option:</title>
     58
     59      <varlistentry>
     60        <term><parameter>SED=sed</parameter></term>
     61        <listitem>
     62          <para>This prevents a hard-coded path to
     63          <filename>/tools/bin/sed</filename> in the <command>fixincl</command>
     64          program.</para>
     65        </listitem>
     66      </varlistentry>
     67
     68    </variablelist>
     69
    5670    <para os="j">Compile the package:</para>
    5771
  • BOOK/final-system/mips64/gcc.xml

    r061a372 r46d4942  
    5858    --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
    5959    --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     60
     61   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62    href="../common/gcc.xml"
     63    xpointer="xpointer(//*[@os='i1'])"/>
    6064
    6165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/multilib/gcc.xml

    r061a372 r46d4942  
    5858    --enable-clocale=gnu --enable-languages=c,c++ --disable-libstdcxx-pch \
    5959    --with-system-zlib --enable-checking=release --enable-libstdcxx-time</userinput></screen>
     60
     61   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     62    href="../common/gcc.xml"
     63    xpointer="xpointer(//*[@os='i1'])"/>
    6064
    6165    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/ppc/gcc.xml

    r061a372 r46d4942  
    5353    href="../common/gcc.xml"
    5454    xpointer="xpointer(//*[@os='i'])"/>
     55
     56   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     57    href="../common/gcc.xml"
     58    xpointer="xpointer(//*[@os='i1'])"/>
    5559
    5660    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
  • BOOK/final-system/ppc64/gcc.xml

    r061a372 r46d4942  
    5353    href="../multilib/gcc.xml"
    5454    xpointer="xpointer(//*[@os='i'])"/>
     55
     56   <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     57    href="../common/gcc.xml"
     58    xpointer="xpointer(//*[@os='i1'])"/>
    5559
    5660    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.