Changeset c58c3d1 in clfs-sysroot


Ignore:
Timestamp:
Mar 19, 2009, 5:54:32 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
271a409
Parents:
85fb0c2
Message:

Remove --enable-multibyte from groff config.
add cross-tools as secondary index entry for file, ncurses, and shadow in cross-tools.
add file patches to the native cross-tools build.

Location:
BOOK
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/common/file.xml

    r85fb0c2 rc58c3d1  
    1111  <title>File-&file-version; - Native</title>
    1212
     13  <indexterm zone="ch-cross-tools-file">
     14    <primary sortas="a-File">File</primary>
     15    <secondary>cross tools</secondary>
     16  </indexterm>
     17
    1318  <sect2 role="installation">
    1419    <title>Installation of File</title>
     20
     21    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     22    href="../../final-system/common/file.xml"
     23    xpointer="xpointer(//*[@os='p1'])"/>
     24
     25    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     26    href="../../final-system/common/file.xml"
     27    xpointer="xpointer(//*[@os='p2'])"/>
     28
     29    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     30    href="../../final-system/common/file.xml"
     31    xpointer="xpointer(//*[@os='p3'])"/>
     32
     33    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
     34    href="../../final-system/common/file.xml"
     35    xpointer="xpointer(//*[@os='p4'])"/>
    1536
    1637    <para>Prepare File for compilation:</para>
  • BOOK/cross-tools/common/ncurses.xml

    r85fb0c2 rc58c3d1  
    99  <?dbhtml filename="ncurses.html"?>
    1010
    11   <title>Ncurses-&ncurses-version;</title>
     11  <title>Ncurses-&ncurses-version; - Native</title>
    1212
    1313  <indexterm zone="ch-cross-tools-ncurses">
    1414    <primary sortas="a-Ncurses">Ncurses</primary>
     15    <secondary>cross tools</secondary>
    1516  </indexterm>
    1617
  • BOOK/cross-tools/common/shadow.xml

    r85fb0c2 rc58c3d1  
    1010
    1111  <title>Shadow-&shadow-version; - Native</title>
     12
     13  <indexterm zone="ch-cross-tools-shadow">
     14    <primary sortas="a-Shadow">Shadow</primary>
     15    <secondary>cross tools</secondary>
     16  </indexterm>
    1217
    1318  <sect2 role="installation">
  • BOOK/final-system/common/groff.xml

    r85fb0c2 rc58c3d1  
    3434
    3535<screen os="c"><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --build=${CLFS_HOST} --host=${CLFS_TARGET} \
    36     --prefix=/usr --enable-multibyte</userinput></screen>
     36    --prefix=/usr</userinput></screen>
    3737
    3838    <para os="d">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.