diff options
author | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-07 00:18:02 +0000 |
---|---|---|
committer | Jim Gifford <jim@linuxfromscratch.org> | 2005-04-07 00:18:02 +0000 |
commit | dea7faa0eeaecb6177a7b76869c28e0c22163efa (patch) | |
tree | b0c371d8db1a7333880b752abba06c13364ae915 | |
parent | 785fb188795c78fc34ecd6e1fe6d75a05ddb7ed9 (diff) |
Updated: linux-libc-headers patch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/multi-arch/BOOK@4886 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 1 | ||||
-rw-r--r-- | chapter03/patches.xml | 4 | ||||
-rw-r--r-- | chapter06/linux-libc-headers-raq2.xml | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c79aa3c91..ac5c60a2b 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,7 @@ first a summary, then a detailed log.</para> <listitem><para>April 6, 2005 [jim]</para> <itemizedlist> <listitem><para>Removed: Arch: All - Removed the Iproute2 patch and replaced with sed (Ryan Oliver).</para></listitem> +<listitem><para>Updated: Arch: RaQ2 - Updated linux-libc-headers patch.</para></listitem> </itemizedlist> </listitem> </itemizedlist> diff --git a/chapter03/patches.xml b/chapter03/patches.xml index c1e61d086..7ce7a6985 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -107,9 +107,9 @@ needed to build an LFS system:</para> </varlistentry> <varlistentry arch="raq2"> -<term>Linux-libc-headers RaQ2 Patch - 1 KB:</term> +<term>Linux-libc-headers MIPS Patch - 1 KB:</term> <listitem> -<para><ulink url="&patches-root;linux-libc-headers/linux-libc-headers-&linux-libc-headers-version;-raq2_fix-1.patch"/></para> +<para><ulink url="&patches-root;linux-libc-headers/linux-libc-headers-&linux-libc-headers-version;-mips_fix-1.patch"/></para> </listitem> </varlistentry> diff --git a/chapter06/linux-libc-headers-raq2.xml b/chapter06/linux-libc-headers-raq2.xml index 09c32f792..91eb52562 100644 --- a/chapter06/linux-libc-headers-raq2.xml +++ b/chapter06/linux-libc-headers-raq2.xml @@ -24,7 +24,7 @@ <para>The following patch corrects the building of sysklogd:</para> -<screen><userinput>patch -Np1 -i ../linux-libc-headers-&linux-libc-headers-raq2-version;-raq2_fix-1.patch</userinput></screen> +<screen><userinput>patch -Np1 -i ../linux-libc-headers-&linux-libc-headers-raq2-version;-mips_fix-1.patch</userinput></screen> <para>Install the header files:</para> |