Author: jim
Date: 2005-10-06 16:31:27 -0600 (Thu, 06 Oct 2005)
New Revision: 6971
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml
branches/cross-lfs/BOOK/cross-tools/multilib/glibc-n32.xml
branches/cross-lfs/BOOK/final-system/mips64/glibc-n32.xml
branches/cross-lfs/BOOK/final-system/multilib/glibc-n32.xml
Log:
[EMAIL PROTECTED]: jim | 2005-10-06 15:28:06 -0700
Fixed MIPS N32 type in glibc builds. Thanx Joe Ciccone
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7622
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7624
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml 2005-10-06
18:20:05 UTC (rev 6970)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc-n32.xml 2005-10-06
22:31:27 UTC (rev 6971)
@@ -96,10 +96,10 @@
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
-<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
+<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
../glibc-&glibc-version;/configure --prefix=/tools \
- --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
+ --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib32 \
--disable-profile --enable-add-ons \
--with-tls --enable-kernel=2.6.0 --with-__thread \
--with-binutils=/cross-tools/bin --with-headers=/tools/include \
@@ -109,14 +109,14 @@
<title>The meaning of the new configure options:</title>
<varlistentry os="fa1">
- <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
+ <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
<listitem>
<para>This switch do ... .</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>--libdir=/tools/lib64</parameter></term>
+ <term><parameter>--libdir=/tools/lib32</parameter></term>
<listitem>
<para>This switch do ... .</para>
</listitem>
Modified: branches/cross-lfs/BOOK/cross-tools/multilib/glibc-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/multilib/glibc-n32.xml 2005-10-06
18:20:05 UTC (rev 6970)
+++ branches/cross-lfs/BOOK/cross-tools/multilib/glibc-n32.xml 2005-10-06
22:31:27 UTC (rev 6971)
@@ -80,10 +80,10 @@
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
-<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD64}" \
+<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILDN32}" \
AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
../glibc-&glibc-version;/configure --prefix=/tools \
- --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib64 \
+ --host=${LFS_TARGET} --build=${LFS_HOST} --libdir=/tools/lib32 \
--disable-profile --enable-add-ons \
--with-tls --enable-kernel=2.6.0 --with-__thread \
--with-binutils=/cross-tools/bin --with-headers=/tools/include \
@@ -93,14 +93,14 @@
<title>The meaning of the new configure options:</title>
<varlistentry os="fa1">
- <term><parameter>CC="${LFS_TARGET}-gcc ${BUILD64}"</parameter></term>
+ <term><parameter>CC="${LFS_TARGET}-gcc ${BUILDN32}"</parameter></term>
<listitem>
<para>This switch do ... .</para>
</listitem>
</varlistentry>
<varlistentry>
- <term><parameter>--libdir=/tools/lib64</parameter></term>
+ <term><parameter>--libdir=/tools/lib32</parameter></term>
<listitem>
<para>This switch do ... .</para>
</listitem>
Modified: branches/cross-lfs/BOOK/final-system/mips64/glibc-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/mips64/glibc-n32.xml 2005-10-06
18:20:05 UTC (rev 6970)
+++ branches/cross-lfs/BOOK/final-system/mips64/glibc-n32.xml 2005-10-06
22:31:27 UTC (rev 6971)
@@ -83,7 +83,7 @@
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
-<screen><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
+<screen><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons --enable-kernel=2.6.0 \
--libexecdir=/usr/lib32/glibc --libdir=/usr/lib32</userinput></screen>
@@ -92,12 +92,12 @@
<title>The meaning of the new configure option:</title>
<varlistentry>
- <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
+ <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
<listitem>
<para>This changes the location of the <command>pt_chown</command>
program from its default of <filename
class="directory">/usr/libexec</filename> to <filename
- class="directory">/usr/lib64/glibc</filename>.</para>
+ class="directory">/usr/lib32/glibc</filename>.</para>
</listitem>
</varlistentry>
</variablelist>
Modified: branches/cross-lfs/BOOK/final-system/multilib/glibc-n32.xml
===================================================================
--- branches/cross-lfs/BOOK/final-system/multilib/glibc-n32.xml 2005-10-06
18:20:05 UTC (rev 6970)
+++ branches/cross-lfs/BOOK/final-system/multilib/glibc-n32.xml 2005-10-06
22:31:27 UTC (rev 6971)
@@ -79,7 +79,7 @@
href="glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
-<screen><userinput>CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
+<screen><userinput>CC="gcc ${BUILDN32}" CXX="g++ ${BUILDN32}" \
../glibc-&glibc-version;/configure --prefix=/usr \
--disable-profile --enable-add-ons --enable-kernel=2.6.0 \
--libexecdir=/usr/lib32/glibc --libdir=/usr/lib32</userinput></screen>
@@ -88,12 +88,12 @@
<title>The meaning of the new configure option:</title>
<varlistentry>
- <term><parameter>--libexecdir=/usr/lib64/glibc</parameter></term>
+ <term><parameter>--libexecdir=/usr/lib32/glibc</parameter></term>
<listitem>
<para>This changes the location of the <command>pt_chown</command>
program from its default of <filename
class="directory">/usr/libexec</filename> to <filename
- class="directory">/usr/lib64/glibc</filename>.</para>
+ class="directory">/usr/lib32/glibc</filename>.</para>
</listitem>
</varlistentry>
</variablelist>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page