diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index ff2f5bcd5..85eefade4 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,16 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-08-16 + + + [bdubbs] - Add a note to gmp that shows how + to create genereic gmp libraries. + + + + 2017-08-15 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 @@ ABI=32 ./configure ... + + 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: + +cp -v configfsf.guess config.guess +cp -v configfsf.sub config.sub + + Prepare GMP for compilation: ./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 @@ - + - + - +