فهرست منبع

downgraded to binutils-2.13.2 due to gcc bug

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2407 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Gerard Beekmans 22 سال پیش
والد
کامیت
e99816789c
3فایلهای تغییر یافته به همراه9 افزوده شده و 4 حذف شده
  1. 6 1
      chapter01/changelog.xml
  2. 1 1
      entities/binutils.ent
  3. 2 2
      index.xml

+ 6 - 1
chapter01/changelog.xml

@@ -10,7 +10,6 @@
 <itemizedlist>
 <listitem><para>autoconf-2.57</para></listitem>
 <listitem><para>automake-1.7.2</para></listitem>
-<listitem><para>binutils-2.13.2.1</para></listitem>
 <listitem><para>bison-1.875</para></listitem>
 <listitem><para>e2fsprogs-1.32</para></listitem>
 <listitem><para>gawk-3.1.1-3.patch</para></listitem>
@@ -56,6 +55,12 @@
 </itemizedlist>
 </para></listitem>
 
+<listitem><para>January 29th, 2003 [gerard]: Downgraded to binutils-2.13.2
+due to a GCC bug that can't parse the version string of binutils 2.13.2.1.
+The only changes between 2.13.2 and 2.13.2.1 are documentation changes, so
+there is no actual code downgrade. A better fix will be added to the book
+later.</para></listitem>
+
 <listitem><para>January 27th, 2003 [gerard, timothy, billy]: Converted the
 software installation pages into a new format. Also merged software
 installations with their configure components from "Configuring essential

+ 1 - 1
entities/binutils.ent

@@ -12,7 +12,7 @@
 <!ENTITY aa-binutils-dep SYSTEM "../appendixa/binutils-dep.xml">
 <!ENTITY aa-binutils-down SYSTEM "../appendixa/binutils-down.xml">
 
-<!ENTITY binutils-version "2.13.2.1">
+<!ENTITY binutils-version "2.13.2">
 <!ENTITY binutils-depversion "2.11.2">
 <!ENTITY binutils-contversion "2.12.1">
 <!ENTITY binutils-size "9,534 KB">

+ 2 - 2
index.xml

@@ -4,8 +4,8 @@
 
 <!ENTITY book SYSTEM "book/book.xml">
 
-<!ENTITY version "20030127">
-<!ENTITY releasedate "January 27nd, 2003">
+<!ENTITY version "20030129">
+<!ENTITY releasedate "January 29th, 2003">
 
 <!ENTITY ftp-root "ftp://ftp.linuxfromscratch.org">
 <!ENTITY http-root "http://ftp.linuxfromscratch.org">