Changeset 98bed7f
- Timestamp:
- 04/07/2016 08:28:40 PM (7 years ago)
- 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, 7.10, 7.10-rc1, 8.0, 8.0-rc1, 8.1, 8.1-rc1, 8.1-rc2, 8.2, 8.2-rc1, 8.3, 8.3-rc1, 8.3-rc2, 8.4, 8.4-rc1, 9.0, 9.0-rc1, 9.1, 9.1-rc1, BOOK.old, arm, cross-chap5, ml-11.0, multilib, nosym, old-trunk, s6-init, trunk, xry111/arm64, xry111/clfs-ng, xry111/git-transition, xry111/glibc-2.34, xry111/glibc-2.37, xry111/kcfg-revise, xry111/lfs-next, xry111/pip3, xry111/queue-11.3, xry111/rust-wip-20221008, xry111/tester-nohack, xry111/usr-move
- Children:
- 9fee314a
- Parents:
- d730742
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter01/changelog.xml
rd730742 r98bed7f 36 36 </listitem> 37 37 --> 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 38 50 <listitem> 39 51 <para>2016-04-05</para> -
chapter06/gmp.xml
rd730742 r98bed7f 91 91 92 92 <screen><userinput remap="test">make check 2>&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> 93 100 94 101 <para>Ensure that all 190 tests in the test suite passed. -
general.ent
rd730742 r98bed7f 1 <!ENTITY version "SVN-2016040 4">1 <!ENTITY version "SVN-20160407"> 2 2 <!ENTITY short-version "svn"> <!-- Used below in &blfs-book;. Change to x.y for release 3 3 but not -rc releases --> 4 <!ENTITY releasedate "April 4, 2016">4 <!ENTITY releasedate "April 7, 2016"> 5 5 <!ENTITY copyrightdate "1999-2016"><!-- jhalfs needs a literal dash, not – --> 6 6 <!ENTITY milestone "7.10">
Note:
See TracChangeset
for help on using the changeset viewer.