Changeset 98bed7f


Ignore:
Timestamp:
04/07/2016 08:28:40 PM (8 years ago)
Author:
Bruce Dubbs <bdubbs@…>
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:
9fee314a
Parents:
d730742
Message:

Add a caution in the gmp section about possible
"Illegal Instruction" errors if the host is misidentified
or the libraries are copied to different systems.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • chapter01/changelog.xml

    rd730742 r98bed7f  
    3636    </listitem>
    3737-->
     38    <listitem>
     39      <para>2016-04-07</para>
     40      <itemizedlist>
     41        <listitem>
     42          <para>[bdubbs] - Add a caution in the gmp section
     43          about possible "Illegal Instruction" errors if
     44          the host is misidentified or the libraries are
     45          copied to different systems.</para>
     46        </listitem>
     47      </itemizedlist>
     48    </listitem>
     49
    3850    <listitem>
    3951      <para>2016-04-05</para>
  • chapter06/gmp.xml

    rd730742 r98bed7f  
    9191
    9292<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
     93 
     94    <caution><para>The code in gmp is highly optimized for the processor where
     95    it is built. Occasionally the code that detects the processor misidentifies
     96    the system capabilities and there will be errors in the tests or other
     97    applications using the gmp libraries with the message "Illegal
     98    instruction".  In this case, gmp should be reconfigured with the option
     99    --build=x86_64-unknown-linux-gnu and rebuilt.</para></caution>
    93100
    94101    <para>Ensure that all 190 tests in the test suite passed.
  • general.ent

    rd730742 r98bed7f  
    1 <!ENTITY version         "SVN-20160404">
     1<!ENTITY version         "SVN-20160407">
    22<!ENTITY short-version   "svn">  <!-- Used below in &blfs-book;. Change to x.y for release
    33                                      but not -rc releases -->
    4 <!ENTITY releasedate     "April 4, 2016">
     4<!ENTITY releasedate     "April 7, 2016">
    55<!ENTITY copyrightdate   "1999-2016"><!-- jhalfs needs a literal dash, not &ndash; -->
    66<!ENTITY milestone       "7.10">
Note: See TracChangeset for help on using the changeset viewer.