Changeset 8c5e7286


Ignore:
Timestamp:
05/11/2019 05:34:27 AM (5 years ago)
Author:
Thomas Trepl <thomas@…>
Branches:
multilib-10.1
Children:
01ffc23
Parents:
91c8dac
Message:

Merge upstream changes

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

Files:
6 edited

Legend:

Unmodified
Added
Removed
  • chapter05/gcc-pass1.xml

    r91c8dac r8c5e7286  
    172172    --disable-libatomic                            \
    173173    --disable-libgomp                              \
    174     --disable-libmpx                               \
    175174    --disable-libquadmath                          \
    176175    --disable-libssp                               \
     
    199198    --disable-libatomic                            \
    200199    --disable-libgomp                              \
    201     --disable-libmpx                               \
    202200    --disable-libquadmath                          \
    203201    --disable-libssp                               \
     
    263261      <varlistentry>
    264262        <term><parameter>--disable-decimal-float, --disable-threads,
    265         --disable-libatomic, --disable-libgomp, --disable-libmpx,
     263              --disable-libatomic, --disable-libgomp, <!--- -disable-libmpx,-->
    266264        --disable-libquadmath, --disable-libssp, --disable-libvtv,
    267265        --disable-libstdcxx</parameter></term>
    268266        <listitem>
    269267          <para>These switches disable support for the decimal floating point
    270           extension, threading, libatomic, libgomp, libmpx, libquadmath, libssp,
     268          extension, threading, libatomic, libgomp, <!--libmpx, --> libquadmath, libssp,
    271269          libvtv, and the C++ standard library respectively. These features
    272270          will fail to compile when building a cross-compiler and are not
  • chapter06/check.xml

    r91c8dac r8c5e7286  
    4343    <para>Prepare Check for compilation:</para>
    4444
    45 <screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
     45<screen><userinput remap="configure">./configure --prefix=/usr \
     46            --docdir=/usr/share/doc/check-&check-version;</userinput></screen>
    4647
    4748    <para>Build the package:</para>
  • chapter06/coreutils.xml

    r91c8dac r8c5e7286  
    101101    <para>Compile the package:</para>
    102102
    103 <screen><userinput remap="make">FORCE_UNSAFE_CONFIGURE=1 make</userinput></screen>
     103<screen><userinput remap="make">make</userinput></screen>
    104104
    105105    <para>Skip down to <quote>Install the
  • chapter06/gcc.xml

    r91c8dac r8c5e7286  
    8282             --disable-multilib       \
    8383             --disable-bootstrap      \
    84              --disable-libmpx         \
    8584             --with-system-zlib</userinput></screen>
    8685<screen arch="ml_32"><userinput remap="configure">SED=sed                               \
     
    9089             --with-multilib-list=m32,m64      \
    9190             --disable-bootstrap               \
    92              --disable-libmpx                  \
    9391             --with-system-zlib</userinput></screen>
    9492<screen arch="ml_x32"><userinput remap="configure">SED=sed                               \
     
    9896             --with-multilib-list=mx32,m64     \
    9997             --disable-bootstrap               \
    100              --disable-libmpx                  \
    10198             --with-system-zlib</userinput></screen>
    10299<screen arch="ml_all"><userinput remap="configure">SED=sed                               \
     
    106103             --with-multilib-list=m32,mx32,m64 \
    107104             --disable-bootstrap               \
    108              --disable-libmpx                  \
    109105             --with-system-zlib</userinput></screen>
    110106
     
    124120        </listitem>
    125121      </varlistentry>
    126  
     122      <!--
    127123      <varlistentry>
    128         <term><parameter>--disable-libmpx</parameter></term>
     124        <term><parameter>- -disable-libmpx</parameter></term>
    129125        <listitem>
    130126          <para>This switch tells GCC to not build mpx (Memory Protection
     
    133129        </listitem>
    134130      </varlistentry>
    135 
     131      -->
    136132      <varlistentry>
    137133        <term><parameter>--with-system-zlib</parameter></term>
     
    157153<screen><userinput remap="test">ulimit -s 32768</userinput></screen>
    158154
    159     <para>Remove one test known to cause a problem:</para>
    160 
    161 <screen><userinput remap="test">rm ../gcc/testsuite/g++.dg/pr83239.C</userinput></screen>
    162 
    163155    <para>Test the results as a non-privileged user, but do not stop at errors:</para>
    164156
     
    179171    <para>Six tests related to get_time are known to fail.  These are
    180172    apparantly related to the en_HK locale.</para>
     173
     174    <para>Two tests named lookup.cc and reverse.cc in experimental/net
     175    are known to fail in LFS chroot environment because they require
     176    /etc/hosts and iana-etc.</para>
     177
     178    <para>Two tests named pr57193.c and pr90178.c are known to fail.</para>
    181179
    182180    <para>A few unexpected failures cannot always be avoided. The GCC developers
  • chapter06/systemd.xml

    r91c8dac r8c5e7286  
    5353    create links to the libraries in the approprite location:</para>
    5454
    55 <screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}*; do
     55<screen><userinput remap="pre">for file in /tools/lib/lib{blkid,mount,uuid}.so*; do
    5656    ln -sf $file /usr/lib/
    5757done</userinput></screen>
  • packages.ent

    r91c8dac r8c5e7286  
    235235<!ENTITY gcc-ch6-sbu "92 SBU (with tests)">
    236236<!ENTITY libquadmath-version "0.0.0">
    237 <!ENTITY libstdcpp-version   "6.0.25">
     237<!ENTITY libstdcpp-version   "6.0.26">
    238238<!ENTITY libitm-version      "1.0.0">
    239239<!ENTITY libatomic-version   "1.2.0">
Note: See TracChangeset for help on using the changeset viewer.