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