- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/ppc64/eglibc-64bit.xml
r00a58649 r7d97f36 39 39 40 40 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 href=" eglibc.xml"42 xpointer="xpointer(//*[@os=' b'])"/>41 href="../common/eglibc.xml" 42 xpointer="xpointer(//*[@os='p1'])"/> 43 43 44 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os=' s1'])"/>46 xpointer="xpointer(//*[@os='p2'])"/> 47 47 48 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href=" ../common/eglibc.xml"50 xpointer="xpointer(//*[@os=' s2'])"/>49 href="eglibc.xml" 50 xpointer="xpointer(//*[@os='b'])"/> 51 51 52 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 69 69 <screen os="h"><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \ 70 70 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 71 --disable-profile --enable-kernel=2.6.32 \ 72 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64 \ 73 --enable-obsolete-rpc</userinput></screen> 71 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 72 --libexecdir=/usr/lib64/eglibc --libdir=/usr/lib64</userinput></screen> 74 73 75 74 <variablelist os="i"> … … 79 78 <term><parameter>--libexecdir=/usr/lib64/eglibc</parameter></term> 80 79 <listitem> 81 <para>This changes the location of the <command> getconf</command>82 utilityfrom its default of <filename80 <para>This changes the location of the <command>pt_chown</command> 81 program from its default of <filename 83 82 class="directory">/usr/libexec</filename> to <filename 84 83 class="directory">/usr/lib64/eglibc</filename>.</para>
Note:
See TracChangeset
for help on using the changeset viewer.