Browse Source

Fix description of commands in gcc pass1.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11206 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
DJ Lucas 8 năm trước cách đây
mục cha
commit
a05450f636
3 tập tin đã thay đổi với 17 bổ sung7 xóa
  1. 11 0
      chapter01/changelog.xml
  2. 3 4
      chapter05/gcc-pass1.xml
  3. 3 3
      general.ent

+ 11 - 0
chapter01/changelog.xml

@@ -42,6 +42,17 @@
     <listitem revision="sysv"> or <listitem revision="systemd"> as
     appropriate for the entry or if needed the entire day's listitem.
 -->
+    <listitem>
+      <para>2017-03-11</para>
+      <itemizedlist>
+        <listitem>
+          <para>[dj] - Fix description of modifications to
+          <filename>gcc/config/{linux,i386/linux{,64}}.h</filename> in
+          <application>gcc</application> pass 1.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
     <listitem>
       <para>2017-03-08</para>
       <itemizedlist>

+ 3 - 4
chapter05/gcc-pass1.xml

@@ -82,10 +82,9 @@ do
 done</userinput></screen>
 
     <para>In case the above seems hard to follow, let's break it down a bit.
-    First we find all the files under the <filename
-    class="directory">gcc/config</filename> directory that are named either
-    <filename>linux.h</filename>, <filename>linux64.h</filename> or
-    <filename>sysv4.h</filename>.  For each file found, we copy it to a file of
+    First we copy the files <filename>gcc/config/linux.h</filename>,
+    <filename>gcc/config/i386/linux.h</filename>, and
+    <filename>gcc/config/i368/linux64.h</filename>. to a file of
     the same name but with an added suffix of <quote>.orig</quote>. Then the
     first sed expression prepends <quote>/tools</quote> to every instance of
     <quote>/lib/ld</quote>, <quote>/lib64/ld</quote> or

+ 3 - 3
general.ent

@@ -1,13 +1,13 @@
-<!ENTITY version         "SVN-20170308">
+<!ENTITY version         "SVN-20170311">
 <!ENTITY short-version   "svn">  <!-- Used below in &blfs-book; 
                                       Change to x.y for release but not -rc releases -->
 <!ENTITY generic-version "development"> <!-- Use "development"  or "x.y[-pre{x}]" -->
 
-<!ENTITY versiond        "20170308-systemd">
+<!ENTITY versiond        "20170311-systemd">
 <!ENTITY short-versiond  "systemd">
 <!ENTITY generic-versiond "systemd"> 
 
-<!ENTITY releasedate     "March 8, 2017">
+<!ENTITY releasedate     "March 11, 2017">
 
 <!ENTITY copyrightdate   "1999-2017"><!-- jhalfs needs a literal dash, not &ndash; -->
 <!ENTITY milestone       "8.1">