فهرست منبع

add -s to bzip2 ch5 CC argument

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2170 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Mark Hymers 23 سال پیش
والد
کامیت
15b3899162
3فایلهای تغییر یافته به همراه6 افزوده شده و 3 حذف شده
  1. 3 0
      chapter01/changelog.xml
  2. 1 1
      chapter05/bzip2-inst.xml
  3. 2 2
      index.xml

+ 3 - 0
chapter01/changelog.xml

@@ -6,6 +6,9 @@
 
 <itemizedlist>
 
+<listitem><para>October 13th, 2002 [markh]: Chapter 05 - Bzip2: Added -s 
+to CC argument to make it consistent.</para></listitem>
+
 <listitem><para>October 6th, 2002 [timothy]: Switched to gcc-core and
 gcc-g++.</para></listitem>
 

+ 1 - 1
chapter05/bzip2-inst.xml

@@ -3,7 +3,7 @@
 
 <para>Install Bzip2 by running the following commands:</para>
 
-<para><screen><userinput>make CC="gcc -static" &amp;&amp;
+<para><screen><userinput>make CC="gcc -static -s" &amp;&amp;
 make PREFIX=$LFS/static install</userinput></screen></para>
 
 <para>Although it's not strictly a part of a basic LFS system it's worth

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20021006">
-<!ENTITY releasedate "October 6th, 2002">
+<!ENTITY version "20021013">
+<!ENTITY releasedate "October 13th, 2002">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">