Changeset 7cd7f99 for BOOK/final-system/ppc64-64
- Timestamp:
- Dec 13, 2015, 3:57:55 PM (9 years ago)
- Branches:
- master, systemd
- Children:
- c01bd946
- Parents:
- c636dee
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64-64/glibc.xml
rc636dee r7cd7f99 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.