Author: jciccone
Date: 2006-03-27 17:51:09 -0700 (Mon, 27 Mar 2006)
New Revision: 1324
Modified:
trunk/BOOK/final-system/sparc64-64/glibc.xml
Log:
sparc64-64 final-system glibc fixes
Modified: trunk/BOOK/final-system/sparc64-64/glibc.xml
===================================================================
--- trunk/BOOK/final-system/sparc64-64/glibc.xml 2006-03-28 00:19:16 UTC
(rev 1323)
+++ trunk/BOOK/final-system/sparc64-64/glibc.xml 2006-03-28 00:51:09 UTC
(rev 1324)
@@ -73,7 +73,7 @@
href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
-<screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \
+<screen os="h"><userinput>CC="gcc ${BUILD64}"
../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons --enable-kernel=2.6.0 \
--libexecdir=/usr/lib/glibc --libdir=/usr/lib \
--cache-file=config.cache</userinput></screen>
@@ -119,6 +119,12 @@
href="../common/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'t'])"/>
+ <para os="u">The stubs.h header installed by glibc looks for stubs-32.h
+ and stubs-64.h. This configuration of glibc only generates stubs-64.h. Fix
+ this with the following:</para>
+
+ <screen os="v"><userinput>mv -v
/usr/include/gnu/stubs{-64,}.h</userinput></screen>
+
</sect2>
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
--
http://linuxfromscratch.org/mailman/listinfo/cross-lfs
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page