From fbe01873389db7696d8c10a8f35f813033554abd Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Thu, 28 May 2009 23:13:59 +0000 Subject: Update grub make instruction to ensure all checks pass. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8938 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter08/grub.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'chapter08') diff --git a/chapter08/grub.xml b/chapter08/grub.xml index 66a368a1c..f8c4efcad 100644 --- a/chapter08/grub.xml +++ b/chapter08/grub.xml @@ -73,9 +73,10 @@ ./configure --prefix=/usr - Compile the package: + Compile the package, but use custom optimization flags to + prevent an error flagged in the test routines: -make +make CFLAGS="-march=i486 -mtune=native -Os" To test the results, issue: -- cgit v1.2.3-54-g00ecf