소스 검색

Merged parts of r8372 to jh branch from trunk

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8384 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 년 전
부모
커밋
364eec6819
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  1. 7 1
      prologue/hostreqs.xml

+ 7 - 1
prologue/hostreqs.xml

@@ -114,6 +114,11 @@
       <para><emphasis role="strong">Tar-1.14</emphasis></para>
       <para><emphasis role="strong">Tar-1.14</emphasis></para>
     </listitem>
     </listitem>
 
 
+    <!-- Needed by the apparently broken Binutils-2.18 -->
+    <listitem>
+      <para><emphasis role="strong">Texinfo-4.8</emphasis></para>
+    </listitem>
+
   </itemizedlist>
   </itemizedlist>
 
 
   <para>To see whether your host system has all the appropriate versions, run the following:</para>
   <para>To see whether your host system has all the appropriate versions, run the following:</para>
@@ -139,7 +144,8 @@ cat /proc/version
 make --version | head -n1
 make --version | head -n1
 patch --version | head -n1
 patch --version | head -n1
 sed --version | head -n1
 sed --version | head -n1
-tar --version | head -n1</literal>
+tar --version | head -n1
+makeinfo --version | head -n1</literal>
 
 
 EOF
 EOF