Changeset 0376c98 for chapter06/gmp.xml


Ignore:
Timestamp:
04/07/2016 09:56:11 PM (8 years ago)
Author:
Douglas R. Reno <renodr@…>
Children:
ed17c23
Parents:
68c0a30
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. Merged from trunk r11044.

Remove obsolete note about iconv() in Chapter 6 Glibc. Merged from trunk r11043.

Add a note about UEFI and Secure Boot systems to the GRUB page. Merged from trunk r11043.

Add notes about paths for 64-bit systems in the Adjusting the Toolchain page. Merged from trunk r11043.

Update to linux-4.5. Merged from trunk r11042.

Update to grep-2.24. Merged from trunk r11042.

Update to expat-2.1.1. Merged from trunk r11042.

Update to tzdata2016c. Merged from trunk r11042.

Update to iproute2-4.5.0. Merged from trunk r11042.

Update to man-pages-4.05. Merged from trunk r11042.

Update to gzip-1.7. Merged from trunk r11042.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • chapter06/gmp.xml

    r68c0a30 r0376c98  
    9292<screen><userinput remap="test">make check 2>&amp;1 | tee gmp-check-log</userinput></screen>
    9393
     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
     96    misidentifies the system capabilities and there will be errors in the
     97    tests or other applications using the gmp libraries with the message
     98    "Illegal instruction". In this case, gmp should be reconfigured with the
     99    option --build=x86_64-unknown-linux-gnu and rebuilt.</para></caution>
     100
    94101    <para>Ensure that all 190 tests in the test suite passed.
    95102    Check the results by issuing the following command:</para>
Note: See TracChangeset for help on using the changeset viewer.