Changeset b27081c4 for BOOK/final-system/ppc64-64
- Timestamp:
- Dec 13, 2015, 4:19:04 PM (9 years ago)
- Branches:
- sysvinit
- Children:
- c7477f8e
- Parents:
- 00cf9ca
- git-author:
- Chris Staub <chris@…> (12/13/15 15:57:55)
- git-committer:
- Chris Staub <chris@…> (12/13/15 16:19:04)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/glibc.xml
r00cf9ca rb27081c4 66 66 xpointer="xpointer(//*[@os='g'])"/> 67 67 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> 72 76 73 77 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 117 121 creating a symlink to the real loader.</para> 118 122 119 123 <screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen> 120 124 121 125 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 129 133 <para>Now we can remove this symlink:</para> 130 134 131 135 <screen><userinput>rm -v /lib/ld.so.1</userinput></screen> 132 136 133 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.