diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-12-13 00:05:54 +0000 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2018-12-13 00:05:54 +0000 |
commit | 8dbae309bba5448ab0a720ab47d29953609fef4a (patch) | |
tree | 4e3d86ffcb78885ac98c320481b9ae3b7696c755 /chapter01 | |
parent | 2e653fe5a692e40d9256030b75533614f44c5b43 (diff) |
Add a note to libffi about portability.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11494 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter01')
-rw-r--r-- | chapter01/changelog.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index d8179aefc..56372337c 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -43,6 +43,18 @@ appropriate for the entry or if needed the entire day's listitem. --> <listitem> + <para>2018-12-12</para> + <itemizedlist> + <listitem> + <para>[renodr] - Add a note to libffi about optimizing for the + specific CPU in use at compile time. Similar to GMP, this causes + Illegal Operation errors if the installation is moved to another + system.</para> + </listitem> + </itemizedlist> + </listitem> + + <listitem> <para>2018-12-11</para> <itemizedlist> <listitem revision='systemd'> |