Changeset 76b06f6 for BOOK/final-system/x86_64-64
- Timestamp:
- Sep 24, 2013, 11:53:17 AM (11 years ago)
- Children:
- 2e9ccbe
- Parents:
- 111b12a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/eglibc.xml
r111b12a r76b06f6 41 41 href="../common/eglibc.xml" 42 42 xpointer="xpointer(//*[@os='l4'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/eglibc.xml" 46 xpointer="xpointer(//*[@os='p3'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/eglibc.xml" 50 xpointer="xpointer(//*[@os='p4'])"/> 43 51 44 52 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 63 71 xpointer="xpointer(//*[@os='g'])"/> 64 72 65 <screen os="h"><userinput>CFLAGS="- O2" \73 <screen os="h"><userinput>CFLAGS="-mtune=generic -g -O2" \ 66 74 ../eglibc-&eglibc-version;/configure --prefix=/usr \ 67 75 --disable-profile --enable-kernel=2.6.32 \ 68 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 69 --enable-obsolete-rpc</userinput></screen> 76 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib</userinput></screen> 70 77 71 78 <variablelist os="i"> … … 75 82 <term><parameter>--libexecdir=/usr/lib/eglibc</parameter></term> 76 83 <listitem> 77 <para>This changes the location of the <command> getconf</command>78 utilityfrom its default of <filename84 <para>This changes the location of the <command>pt_chown</command> 85 program from its default of <filename 79 86 class="directory">/usr/libexec</filename> to <filename 80 87 class="directory">/usr/lib/eglibc</filename>.</para> … … 149 156 <screen><userinput>rm -v /usr/bin/ldd.bak</userinput></screen> 150 157 151 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h 152 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix 153 this with the following:</para> 154 155 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen> 158 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 159 href="../common/eglibc.xml" 160 xpointer="xpointer(//*[@os='ra'])"/> 161 162 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 163 href="../common/eglibc.xml" 164 xpointer="xpointer(//*[@os='rb'])"/> 156 165 157 166 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.