aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/grub.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter08/grub.xml')
-rw-r--r--chapter08/grub.xml5
1 files changed, 3 insertions, 2 deletions
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 @@
<screen><userinput remap="configure">./configure --prefix=/usr</userinput></screen>
- <para>Compile the package:</para>
+ <para>Compile the package, but use custom optimization flags to
+ prevent an error flagged in the test routines:</para>
-<screen><userinput remap="make">make</userinput></screen>
+<screen><userinput remap="make">make CFLAGS="-march=i486 -mtune=native -Os"</userinput></screen>
<para>To test the results, issue:</para>