aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/gmp.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2010-05-28 17:50:36 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2010-05-28 17:50:36 +0000
commitb21778bc31c3667e18ad6bd3070a8d680776c1a0 (patch)
treed2936661d100ba28c871e4d9b967f6bb63c59f44 /chapter06/gmp.xml
parent2e7ca50f245385197ed7b90a04a86efaecca8993 (diff)
Prevent jhalfs from trying to run an example command
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@9289 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gmp.xml')
-rw-r--r--chapter06/gmp.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/chapter06/gmp.xml b/chapter06/gmp.xml
index 8593e90c1..27c413df9 100644
--- a/chapter06/gmp.xml
+++ b/chapter06/gmp.xml
@@ -47,8 +47,7 @@
<envar>CFLAGS</envar> in the environment, the configure script will
attempt to configure for 64-bits and fail.
Avoid this by invoking the configure command below with
- <screen><userinput><parameter>ABI=32</parameter> ./configure ...</userinput>
- </screen></para>
+<screen role="nodump"><userinput><parameter>ABI=32</parameter> ./configure ...</userinput></screen></para>
</note>
<para>Prepare GMP for compilation:</para>