diff options
-rw-r--r-- | chapter01/changelog.xml | 9 | ||||
-rw-r--r-- | chapter06/gcc.xml | 8 | ||||
-rw-r--r-- | packages.ent | 6 |
3 files changed, 18 insertions, 5 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 29c54ca19..92cea5b53 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -39,6 +39,15 @@ <para>2014-04-07</para> <itemizedlist> <listitem> + <para>[bdubbs] - Update the example SEARCH_DIR output for i686 + in the GCC text. Fixes + <ulink url="&lfs-ticket-root;3524">#3524</ulink>.</para> + </listitem> + <listitem> + <para>[bdubbs] - Update to tzdata2014b. Fixes + <ulink url="&lfs-ticket-root;3525">#3525</ulink>.</para> + </listitem> + <listitem> <para>[bdubbs] - Update to kmod-17. Fixes <ulink url="&lfs-ticket-root;3538">#3538</ulink>.</para> </listitem> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1484f4ff5..063e0146a 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -234,12 +234,16 @@ cd ../gcc-build</userinput></screen> href="adjusting.xml" xpointer="xpointer(//*[@os='k'])"/> -<screen><computeroutput>SEARCH_DIR("/usr/i686-pc-linux-gnu/lib") +<screen><computeroutput>SEARCH_DIR("/usr/i686-pc-linux-gnu/lib32") +SEARCH_DIR("/usr/local/lib32") +SEARCH_DIR("/lib32") +SEARCH_DIR("/usr/lib32") +SEARCH_DIR("/usr/i686-pc-linux-gnu/lib") SEARCH_DIR("/usr/local/lib") SEARCH_DIR("/lib") SEARCH_DIR("/usr/lib");</computeroutput></screen> - <para>A 64-bit system may see a few more directories. For example, here + <para>A 64-bit system may see a few different directories. For example, here is the output from an x86_64 machine:</para> <screen><computeroutput>SEARCH_DIR("/usr/x86_64-unknown-linux-gnu/lib64") diff --git a/packages.ent b/packages.ent index 817b3bfa7..6d7efa587 100644 --- a/packages.ent +++ b/packages.ent @@ -602,10 +602,10 @@ <!ENTITY systemd-ch6-du "410 MB"> <!ENTITY systemd-ch6-sbu "4.5 SBU"> -<!ENTITY tzdata-version "2014a"> -<!ENTITY tzdata-size "215 KB"> +<!ENTITY tzdata-version "2014b"> +<!ENTITY tzdata-size "216 KB"> <!ENTITY tzdata-url "http://www.iana.org/time-zones/repository/releases/tzdata&tzdata-version;.tar.gz"> -<!ENTITY tzdata-md5 "423a11bcffc10dda578058cf1587d048"> +<!ENTITY tzdata-md5 "c58d556612396d4ca5a17807a79924e5"> <!ENTITY tzdata-home "http://www.iana.org/time-zones"> <!ENTITY tzdata-ch6-du "6.4 MB"> <!ENTITY tzdata-ch6-sbu "less than 0.1 SBU"> |