- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/glibc.xml
rb27081c4 rd19bda6 66 66 xpointer="xpointer(//*[@os='g'])"/> 67 67 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> 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> 76 72 77 73 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 121 117 creating a symlink to the real loader.</para> 122 118 123 <screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen>119 <screen><userinput>ln -sv &glibc-ld-name; /lib/ld.so.1</userinput></screen> 124 120 125 121 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 133 129 <para>Now we can remove this symlink:</para> 134 130 135 <screen><userinput>rm -v /lib/ld.so.1</userinput></screen>131 <screen><userinput>rm -v /lib/ld.so.1</userinput></screen> 136 132 137 133 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.