Changeset dc398928 for BOOK


Ignore:
Timestamp:
Jan 23, 2014, 6:05:37 AM (10 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
85e1a070
Parents:
6d5b81a9
Message:

Remove the commands for moving the stubs headers during a pure 64 bit build.

Location:
BOOK
Files:
7 edited

Legend:

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

    r6d5b81a9 rdc398928  
    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

    r6d5b81a9 rdc398928  
    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

    r6d5b81a9 rdc398928  
    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
  • BOOK/final-system/mips64-64/eglibc.xml

    r6d5b81a9 rdc398928  
    140140    xpointer="xpointer(//*[@os='t'])"/>
    141141
    142     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    143     href="../x86_64-64/eglibc.xml"
    144     xpointer="xpointer(//*[@os='u'])"/>
    145 
    146     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    147     href="../x86_64-64/eglibc.xml"
    148     xpointer="xpointer(//*[@os='v'])"/>
    149 
    150142  </sect2>
    151143
  • BOOK/final-system/ppc64-64/eglibc.xml

    r6d5b81a9 rdc398928  
    149149    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
    150150
    151     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    152     href="../x86_64-64/eglibc.xml"
    153     xpointer="xpointer(//*[@os='u'])"/>
    154 
    155     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    156     href="../x86_64-64/eglibc.xml"
    157     xpointer="xpointer(//*[@os='v'])"/>
    158 
    159151  </sect2>
    160152
  • BOOK/final-system/sparc64-64/eglibc.xml

    r6d5b81a9 rdc398928  
    135135    xpointer="xpointer(//*[@os='t'])"/>
    136136
    137     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    138     href="../x86_64-64/eglibc.xml"
    139     xpointer="xpointer(//*[@os='u'])"/>
    140 
    141     <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
    142     href="../x86_64-64/eglibc.xml"
    143     xpointer="xpointer(//*[@os='v'])"/>
    144 
    145137  </sect2>
    146138
  • BOOK/final-system/x86_64-64/eglibc.xml

    r6d5b81a9 rdc398928  
    156156
    157157    <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen>
    158 
    159  <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h
    160     and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix
    161     this with the following:</para>
    162 
    163     <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen>
    164158
    165159  </sect2>
Note: See TracChangeset for help on using the changeset viewer.