Changeset a2bbc16


Ignore:
Timestamp:
12/04/2016 05:33:58 AM (7 years ago)
Author:
DJ Lucas <dj@…>
Children:
f9fd42c4
Parents:
853aeb6
Message:

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

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/nosym@11151 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r853aeb6 ra2bbc16  
    134134    --prefix=/tools                                \
    135135    --with-glibc-version=2.11                      \
    136     --with-slibdir=/tools/lib                      \
    137136    --with-sysroot=$LFS                            \
    138137    --with-newlib                                  \
  • chapter05/gcc-pass2.xml

    r853aeb6 ra2bbc16  
    127127    --with-local-prefix=/tools                     \
    128128    --with-native-system-header-dir=/tools/include \
    129     --with-slibdir=/tools/lib                      \
    130129    --enable-languages=c,c++                       \
    131130    --disable-libstdcxx-pch                        \
  • chapter06/libcap.xml

    r853aeb6 ra2bbc16  
    7171      </varlistentry>
    7272
     73      <varlistentry>
     74        <term><parameter>lib=lib</parameter></term>
     75        <listitem>
     76          <para>This parameter installs the library in
     77          <filename>$prefix/lib</filename> rather than
     78          <filename>$prefix/lib64</filename> on x86_64. It has no effect on
     79          x86.</para>
     80        </listitem>
     81      </varlistentry>
     82 
    7383    </variablelist>
    7484
Note: See TracChangeset for help on using the changeset viewer.