Ignore:
Timestamp:
Feb 21, 2006, 1:19:39 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a298fa4
Parents:
d3a4fc0
Message:

r767@server (orig r765): jim | 2005-11-28 19:59:09 -0800

r809@server: jim | 2005-11-28 18:36:31 -0800
More glibc text updates


File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/sparc64/glibc-64bit.xml

    rd3a4fc0 r52e5dd9  
    5858    xpointer="xpointer(//*[@os='m2'])"/>
    5959
     60    <para os="t1">For TLS support on the Sparc64 we will need to add the following lines to
     61    <filename>config.cache</filename>:</para>
     62
     63<screen os="t2"><userinput>echo "libc_cv_sparc64_tls=yes" &gt;&gt; config.cache</userinput></screen>
     64
    6065    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    6166    href="glibc.xml"
    6267    xpointer="xpointer(//*[@os='g'])"/>
    6368
    64     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    65     href="../multilib/glibc-64bit.xml"
    66     xpointer="xpointer(//*[@os='h'])"/>
     69<screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
     70    ../glibc-&glibc-version;/configure --prefix=/usr \
     71    --disable-profile --enable-add-ons --enable-kernel=2.6.0 \
     72    --libexecdir=/usr/lib64/glibc --libdir=/usr/lib64 \
     73    --cache-file=config.cache</userinput></screen>
    6774
    6875    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.