diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-07-16 03:10:04 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2005-07-16 03:10:04 +0000 |
commit | b52a40dd388d12a0fa52a680facfd7f28d45e1fb (patch) | |
tree | df456eb1832c899ea7f98e7ffdd77778eee26571 | |
parent | 94e385c131d4e974e8be38586f444cb6985eafd6 (diff) |
Reverted specs patch change.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/gcc4/BOOK@6535 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 2 | ||||
-rw-r--r-- | patches.ent | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index 7655195f3..f1ab85ddb 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -112,8 +112,6 @@ First a summary, then a detailed log.</para> </itemizedlist> </listitem> -<listitem><para>July 15th, 2005 [jhuntwork]: Updated gcc specs patch to version 2.</para></listitem> - <listitem><para>July 15th, 2005 [matt]: Added a patch to enable tar to build with gcc-4.0.1</para></listitem> diff --git a/patches.ent b/patches.ent index 43a686db0..2a5777cd7 100644 --- a/patches.ent +++ b/patches.ent @@ -13,7 +13,7 @@ <!ENTITY gcc-no_fixincludes-patch "gcc-&gcc-version;-no_fixincludes-1.patch"> <!ENTITY gcc-linkonce-patch "gcc-&gcc-version;-linkonce-1.patch"> -<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-2.patch"> +<!ENTITY gcc-specs-patch "gcc-&gcc-version;-specs-1.patch"> <!ENTITY glibc-testfix-patch "glibc-&glibc-version;-fix_test-1.patch"> <!ENTITY glibc-gcc4_symbols-patch "glibc-&glibc-version;-gcc4_fix_symbols-1.patch"> |