Changeset 3452555 for BOOK/cross-tools


Ignore:
Timestamp:
Jan 8, 2014, 10:13:04 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
ff8774f
Parents:
3a5852f
Message:

Remove command to rename stubs-64.h

Location:
BOOK/cross-tools
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/mips64-64/eglibc.xml

    r3a5852f r3452555  
    9999    xpointer="xpointer(//*[@os='dn'])"/>
    100100
    101     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    102     href="../x86_64-64/eglibc.xml"
    103     xpointer="xpointer(//*[@os='do'])"/>
    104 
    105     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    106     href="../x86_64-64/eglibc.xml"
    107     xpointer="xpointer(//*[@os='dp'])"/>
    108 
    109101  </sect2>
    110102
  • BOOK/cross-tools/ppc64-64/eglibc.xml

    r3a5852f r3452555  
    140140    xpointer="xpointer(//*[@os='dn'])"/>
    141141
    142     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143     href="../x86_64-64/eglibc.xml"
    144     xpointer="xpointer(//*[@os='do'])"/>
    145 
    146     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147     href="../x86_64-64/eglibc.xml"
    148     xpointer="xpointer(//*[@os='dp'])"/>
    149 
    150142  </sect2>
    151143
  • BOOK/cross-tools/sparc64-64/eglibc.xml

    r3a5852f r3452555  
    9191    xpointer="xpointer(//*[@os='dn'])"/>
    9292
    93     <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h
    94     and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix
    95     this with the following:</para>
    96 
    97     <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
    98 
    9993  </sect2>
    10094
  • BOOK/cross-tools/x86_64-64/eglibc.xml

    r3a5852f r3452555  
    136136    xpointer="xpointer(//*[@os='dn'])"/>
    137137
    138     <para os="do">The stubs.h header installed by eglibc looks for stubs-32.h
    139     and stubs-64.h. This configuration of eglibc only generates stubs-64.h. Fix
    140     this with the following:</para>
    141 
    142     <screen os="dp"><userinput>mv -v /tools/include/gnu/stubs{-64,}.h</userinput></screen>
    143 
    144138  </sect2>
    145139
Note: See TracChangeset for help on using the changeset viewer.