aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/grub.xml
diff options
context:
space:
mode:
authorZack Winkles <winkie@linuxfromscratch.org>2004-06-14 15:17:44 +0000
committerZack Winkles <winkie@linuxfromscratch.org>2004-06-14 15:17:44 +0000
commiteb443a3b8d84568d4bef4b48778e4c824c3cd0e4 (patch)
tree2aa57362707ea8507cc64796523a9033f2b3add2 /chapter06/grub.xml
parentbb55064a0b6cb7c96059cc6ea9fae49f709fc746 (diff)
Upgraded to GRUB 0.95
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3785 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/grub.xml')
-rw-r--r--chapter06/grub.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/chapter06/grub.xml b/chapter06/grub.xml
index e7175e231..2c5875b74 100644
--- a/chapter06/grub.xml
+++ b/chapter06/grub.xml
@@ -34,11 +34,6 @@ have defined any environment variables that override default optimizations,
such as CFLAGS and CXXFLAGS, we recommend un-setting them when building
Grub.</para>
-<para>This package also has issues with being compiled by GCC 3.4, which we
-fix by applying the following patch:</para>
-
-<screen><userinput>patch -Np1 -i ../grub-&grub-version;-gcc34-1.patch</userinput></screen>
-
<para>Prepare Grub for compilation:</para>
<screen><userinput>./configure --prefix=/usr</userinput></screen>