Author: dj
Date: Sat Dec  3 21:33:58 2016
New Revision: 11151

Log:
Remove redundant parameters for chapter05 gcc installs and add description for 
lib=lib parameter in libcap.

Modified:
   branches/nosym/chapter05/gcc-pass1.xml
   branches/nosym/chapter05/gcc-pass2.xml
   branches/nosym/chapter06/libcap.xml

Modified: branches/nosym/chapter05/gcc-pass1.xml
==============================================================================
--- branches/nosym/chapter05/gcc-pass1.xml      Sat Dec  3 07:57:49 2016        
(r11150)
+++ branches/nosym/chapter05/gcc-pass1.xml      Sat Dec  3 21:33:58 2016        
(r11151)
@@ -133,7 +133,6 @@
     --target=$LFS_TGT                              \
     --prefix=/tools                                \
     --with-glibc-version=2.11                      \
-    --with-slibdir=/tools/lib                      \
     --with-sysroot=$LFS                            \
     --with-newlib                                  \
     --without-headers                              \

Modified: branches/nosym/chapter05/gcc-pass2.xml
==============================================================================
--- branches/nosym/chapter05/gcc-pass2.xml      Sat Dec  3 07:57:49 2016        
(r11150)
+++ branches/nosym/chapter05/gcc-pass2.xml      Sat Dec  3 21:33:58 2016        
(r11151)
@@ -126,7 +126,6 @@
     --prefix=/tools                                \
     --with-local-prefix=/tools                     \
     --with-native-system-header-dir=/tools/include \
-    --with-slibdir=/tools/lib                      \
     --enable-languages=c,c++                       \
     --disable-libstdcxx-pch                        \
     --disable-multilib                             \

Modified: branches/nosym/chapter06/libcap.xml
==============================================================================
--- branches/nosym/chapter06/libcap.xml Sat Dec  3 07:57:49 2016        (r11150)
+++ branches/nosym/chapter06/libcap.xml Sat Dec  3 21:33:58 2016        (r11151)
@@ -70,6 +70,16 @@
         </listitem>
       </varlistentry>
 
+      <varlistentry>
+        <term><parameter>lib=lib</parameter></term>
+        <listitem>
+          <para>This parameter installs the library in
+          <filename>$prefix/lib</filename> rather than
+          <filename>$prefix/lib64</filename> on x86_64. It has no effect on
+          x86.</para>
+        </listitem>
+      </varlistentry>
+ 
     </variablelist>
 
     <para>The shared library needs to be moved to
-- 
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to