Bladeren bron

Update the example SEARCH_DIR output for i686 in the GCC text.
Update to tzdata2014b.


git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10530 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689

Bruce Dubbs 11 jaren geleden
bovenliggende
commit
0e0b41a476
3 gewijzigde bestanden met toevoegingen van 18 en 5 verwijderingen
  1. 9 0
      chapter01/changelog.xml
  2. 6 2
      chapter06/gcc.xml
  3. 3 3
      packages.ent

+ 9 - 0
chapter01/changelog.xml

@@ -38,6 +38,15 @@
     <listitem>
       <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>

+ 6 - 2
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")

+ 3 - 3
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">