Ignore:
Timestamp:
Jun 6, 2013, 1:09:45 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
874ec12
Parents:
5ae61b1
Message:

Update eglibc install commands for 2.17 update and add time zone data install.

Location:
BOOK/cross-tools/alpha
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/alpha/eglibc-headers.xml

    r5ae61b1 r52ed4da  
    2626    href="../common/eglibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    28 
    29 
    30     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    31     href="eglibc.xml"
    32     xpointer="xpointer(//*[@os='g1'])"/>
    33 
    34     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    35     href="../../final-system/mips/eglibc.xml"
    36     xpointer="xpointer(//*[@os='g2'])"/>
    37 
    38     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    39     href="../common/eglibc.xml"
    40     xpointer="xpointer(//*[@os='db'])"/>
    41 
    42     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    43     href="../common/eglibc.xml"
    44     xpointer="xpointer(//*[@os='dc'])"/>
    4528
    4629    <para os="s1">EGLIBC's <filename>configure</filename> script checks the
     
    8366   --host=${CLFS_TARGET} --build=${CLFS_HOST} \
    8467   --disable-sanity-checks --enable-kernel=2.6.32 \
    85    --with-headers=/tools/include --cache-file=config.cache \
     68   --with-headers=/tools/include --enable-obsolete-rpc \
     69   --cache-file=config.cache \
    8670   --with-binutils=/cross-tools/${CLFS_TARGET}/bin</userinput></screen>
    8771
  • BOOK/cross-tools/alpha/eglibc.xml

    r5ae61b1 r52ed4da  
    2626    href="../common/eglibc.xml"
    2727    xpointer="xpointer(//*[@os='da'])"/>
    28 
    29     <para os="g1">ALPHA is not supported in the main EGLIBC tree, so
    30     we need the eglibc-ports tarball. Unpack <filename>eglibc-ports-&eglibc-version;-r&eglibc-revision;</filename>:</para>
    31 
    32     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    33     href="../../final-system/mips/eglibc.xml"
    34     xpointer="xpointer(//*[@os='g2'])"/>
    35 
    36     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    37     href="../common/eglibc.xml"
    38     xpointer="xpointer(//*[@os='db'])"/>
    39 
    40     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    41     href="../common/eglibc.xml"
    42     xpointer="xpointer(//*[@os='dc'])"/>
    4328
    4429    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    9883    xpointer="xpointer(//*[@os='dn'])"/>
    9984
    100     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    101     href="../../final-system/common/eglibc.xml"
    102     xpointer="xpointer(//*[@os='ra'])"/>
    103 
    104     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    105     href="../common/eglibc.xml"
    106     xpointer="xpointer(//*[@os='rb'])"/>
    107 
    10885  </sect2>
    10986
Note: See TracChangeset for help on using the changeset viewer.