Changeset 76b06f6 for BOOK/final-system/sparc64-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/sparc64-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" … … 77 85 --disable-profile --enable-kernel=2.6.32 \ 78 86 --libexecdir=/usr/lib/eglibc --libdir=/usr/lib \ 79 -- enable-obsolete-rpc --cache-file=config.cache</userinput></screen>87 --cache-file=config.cache</userinput></screen> 80 88 81 89 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" … … 128 136 129 137 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 130 href="../ x86_64-64/eglibc.xml"131 xpointer="xpointer(//*[@os=' u'])"/>138 href="../common/eglibc.xml" 139 xpointer="xpointer(//*[@os='ra'])"/> 132 140 133 141 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 134 href="../x86_64-64/eglibc.xml" 135 xpointer="xpointer(//*[@os='v'])"/> 142 href="../common/eglibc.xml" 143 xpointer="xpointer(//*[@os='rb'])"/> 144 145 <para os="u">The stubs.h header installed by EGLIBC looks for stubs-32.h 146 and stubs-64.h. This configuration of EGLIBC only generates stubs-64.h. Fix 147 this with the following:</para> 148 149 <screen os="v"><userinput>mv -v /usr/include/gnu/stubs{-64,}.h</userinput></screen> 136 150 137 151 </sect2>
Note:
See TracChangeset
for help on using the changeset viewer.