diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 843397bab..57df544b7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -42,6 +42,24 @@ or as appropriate for the entry or if needed the entire day's listitem. --> + + 2017-01-03 + + + [dj] - Update to zlib-1.2.9. Fixes + #4023. + + + [dj] - Update to m4-1.4.18. Fixes + #4022. + + + [dj] - Make binutils build against system zlib and enable + plugins for LTO. + + + + 2017-01-01 diff --git a/chapter06/binutils.xml b/chapter06/binutils.xml index c7081ea37..c5ec247e5 100644 --- a/chapter06/binutils.xml +++ b/chapter06/binutils.xml @@ -65,9 +65,31 @@ cd build Prepare Binutils for compilation: -../configure --prefix=/usr \ - --enable-shared \ - --disable-werror +../configure --prefix=/usr \ + --enable-shared \ + --enable-plugins \ + --disable-werror \ + --with-system-zlib + + + The meaning of the configure parameters: + + + --enable-plugins + + Enables plugin support for the linker. + + + + + --with-system-zlib + + Use the installed zlib library rather than building the + included version. + + + + Compile the package: diff --git a/general.ent b/general.ent index 841778376..7ff96148b 100644 --- a/general.ent +++ b/general.ent @@ -1,15 +1,15 @@ - + - + - + - + diff --git a/packages.ent b/packages.ent index b12d001d0..f88a96503 100644 --- a/packages.ent +++ b/packages.ent @@ -408,15 +408,15 @@ - - + + - + - + - - + + @@ -642,11 +642,11 @@ - - - - + + + + - +