diff options
-rw-r--r-- | chapter01/changelog.xml | 5 | ||||
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 2a0af69d0..a477660c7 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -46,10 +46,13 @@ <para>2016-08-22</para> <itemizedlist> <listitem> + <para>[bdubbs] - Release LFS-7.10-rc1.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to linux-4.7.2. Fixes <ulink url="&lfs-ticket-root;3972">#3972</ulink>.</para> </listitem> - <listitem revision="systemd"> + <listitem revision="systemd"> <para>[bdubbs] - Update to dbus-1.10.10. Fixes <ulink url="&lfs-ticket-root;3967">#3967</ulink>.</para> </listitem> diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 252ea5262..e0ab899eb 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -127,7 +127,7 @@ checking what linker to use... /tools/i686-lfs-linux-gnu/bin/ld</computeroutput> for building Glibc are the compiler, binary tools, and kernel headers. The compiler is generally not an issue since Glibc will always use the compiler relating to the <parameter>--host</parameter> parameter passed to its - configure script, e.g. in our case, + configure script; e.g. in our case, the compiler will be <command>i686-lfs-linux-gnu-gcc</command>. The binary tools and kernel headers can be a bit more complicated. Therefore, take no risks and use the available configure switches to enforce the correct selections. After the run |