Ignore:
Timestamp:
Dec 13, 2015, 4:21:52 PM (8 years ago)
Author:
Chris Staub <chris@…>
Branches:
sysvinit
Children:
fc86858d
Parents:
dbc5b02 (diff), c7477f8e (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'sysvinit' of clfs.org:cross-lfs into sysvinit

File:
1 edited

Legend:

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

    rdbc5b02 r991595cf  
    6666    xpointer="xpointer(//*[@os='g'])"/>
    6767
    68 <screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure --prefix=/usr \
    69     --disable-profile --enable-kernel=&glibc-kernel-version; \
    70     --libexecdir=/usr/lib/glibc --libdir=/usr/lib \
    71     --enable-obsolete-rpc --cache-file=config.cache</userinput></screen>
     68<screen os="h"><userinput>CC="gcc ${BUILD64}" ../glibc-&glibc-version;/configure \
     69    --prefix=/usr \
     70    --disable-profile \
     71    --enable-kernel=&glibc-kernel-version; \
     72    --libexecdir=/usr/lib/glibc \
     73    --libdir=/usr/lib \
     74    --enable-obsolete-rpc \
     75    --cache-file=config.cache</userinput></screen>
    7276
    7377    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    117121    creating a symlink to the real loader.</para>
    118122
    119     <screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen>
     123<screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen>
    120124
    121125    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
     
    129133    <para>Now we can remove this symlink:</para>
    130134
    131     <screen><userinput>rm -v /lib/ld.so.1</userinput></screen>
     135<screen><userinput>rm -v /lib/ld.so.1</userinput></screen>
    132136
    133137    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note: See TracChangeset for help on using the changeset viewer.