aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml10
-rw-r--r--chapter06/gmp.xml10
-rw-r--r--general.ent6
3 files changed, 23 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index ff2f5bcd5..85eefade4 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2017-08-16</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Add a note to gmp that shows how
+ to create genereic gmp libraries. </para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2017-08-15</para>
<itemizedlist>
<listitem>
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 2950b6715..d7e13e256 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -50,6 +50,16 @@
<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
</note>
+ <note>
+ <para>The default settings of GMP produce libraries optimized for
+ the host processor. If libraries suitable for processors less
+ capable than the host's CPU are desired, generic libraries can be
+ created by running the following:
+
+<screen role="nodump"><userinput>cp -v configfsf.guess config.guess
+cp -v configfsf.sub config.sub</userinput></screen></para>
+ </note>
+
<para>Prepare GMP for compilation:</para>
<screen><userinput remap="configure">./configure --prefix=/usr \
diff --git a/general.ent b/general.ent
index 96efb2b99..651805380 100644
--- a/general.ent
+++ b/general.ent
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20170815">
+<!ENTITY version "SVN-20170816">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or "x.y[-pre{x}]" -->
-<!ENTITY versiond "20170815-systemd">
+<!ENTITY versiond "20170816-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "August 15, 2017">
+<!ENTITY releasedate "August 16, 2017">
<!ENTITY copyrightdate "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
<!ENTITY milestone "8.1">