Author: jim
Date: 2005-08-07 12:53:32 -0600 (Sun, 07 Aug 2005)
New Revision: 6622
Modified:
branches/cross-lfs/BOOK/
branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml
Log:
[EMAIL PROTECTED]: jim | 2005-07-31 23:26:04 -0700
Removed uneeded libdir
Property changes on: branches/cross-lfs/BOOK
___________________________________________________________________
Name: svk:merge
- 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7023
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
+ 7321b066-45f8-0310-a5e2-f63eff31be55:/cross-lfs:7030
dfc39d96-41f8-0310-9e44-b84af8e7c7f6:/books/local:5516
Modified: branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml
===================================================================
--- branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml 2005-08-07
12:10:01 UTC (rev 6621)
+++ branches/cross-lfs/BOOK/cross-tools/mips64/glibc.xml 2005-08-07
18:53:32 UTC (rev 6622)
@@ -83,11 +83,6 @@
href="../../final-system/mips64/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'f'])"/>
- <para>Now we make sure the Glibc goes into <filename
- class="directory">/tools/lib</filename>:</para>
-
-<screen><userinput>echo "slibdir=/tools/lib" >>
configparms</userinput></screen>
-
<xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
href="../../final-system/mips64/glibc.xml"
xpointer="xpointer(//[EMAIL PROTECTED]'g'])"/>
@@ -95,7 +90,7 @@
<screen><userinput>BUILD_CC="gcc" CC="${LFS_TARGET}-gcc ${BUILD32}" \
AR="${LFS_TARGET}-ar" RANLIB="${LFS_TARGET}-ranlib" \
../glibc-&glibc-version;/configure --prefix=/tools \
- --host=${LFS_TARGET32} --build=${LFS_HOST} --libdir=/tools/lib \
+ --host=${LFS_TARGET32} --build=${LFS_HOST} \
--disable-profile --enable-add-ons \
--enable-kernel=2.6.0 --with-binutils=/cross-tools/bin \
--with-headers=/tools/include</userinput></screen>
@@ -104,7 +99,7 @@
<title>The meaning of the new configure options:</title>
<varlistentry>
- <term><parameter>--libdir=/tools/lib</parameter></term>
+ <term><parameter>--option</parameter></term>
<listitem>
<para>This switch do ... .</para>
</listitem>
--
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page