Changeset 42130d6 for chapter05


Ignore:
Timestamp:
04/28/2016 02:33:21 AM (8 years ago)
Author:
Krejzi <krejzi@…>
Branches:
10.0, 10.0-rc1, 10.1, 10.1-rc1, 11.0, 11.0-rc1, 11.0-rc2, 11.0-rc3, 11.1, 11.1-rc1, 11.2, 11.2-rc1, 11.3, 11.3-rc1, 12.0, 12.0-rc1, 12.1, 12.1-rc1, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, arm, bdubbs/gcc13, ml-11.0, multilib, renodr/libudev-from-systemd, s6-init, trunk, xry111/arm64, xry111/arm64-12.0, xry111/clfs-ng, xry111/lfs-next, xry111/loongarch, xry111/loongarch-12.0, xry111/loongarch-12.1, xry111/mips64el, xry111/pip3, xry111/rust-wip-20221008, xry111/update-glibc
Children:
5d4e1b1
Parents:
60b23a6f
Message:

Updated to file-5.26, gcc-6.1.0, grep-2.25, gzip-1.8, linux-4.5.2 and tzdata-2016d.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11049 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Location:
chapter05
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r60b23a6f r42130d6  
    136136    --disable-libatomic                            \
    137137    --disable-libgomp                              \
     138    --disable-libmpx                               \
    138139    --disable-libquadmath                          \
    139140    --disable-libssp                               \
     
    196197      <varlistentry>
    197198        <term><parameter>--disable-decimal-float, --disable-threads,
    198         --disable-libatomic, --disable-libgomp, --disable-libquadmath,
    199         --disable-libssp, --disable-libvtv, --disable-libstdcxx</parameter></term>
     199        --disable-libatomic, --disable-libgomp, --disable-libmpx
     200        --disable-libquadmath, --disable-libssp, --disable-libvtv,
     201        --disable-libstdcxx</parameter></term>
    200202        <listitem>
    201203          <para>These switches disable support for the decimal floating point
    202           extension, threading, libatomic, libgomp, libquadmath, libssp,
     204          extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp,
    203205          libvtv, and the C++ standard library respectively. These features
    204206          will fail to compile when building a cross-compiler and are not
  • chapter05/glibc.xml

    r60b23a6f r42130d6  
    4848<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
    4949-->
     50    <para>Fix some problems identified upstream:</para>
     51
     52<screen><userinput remap="pre">patch -Np1 -i ../&glibc-upstream-patch;</userinput></screen>
     53
    5054    <para>The Glibc documentation recommends building Glibc
    5155    in a dedicated build directory:</para>
Note: See TracChangeset for help on using the changeset viewer.