diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-28 17:50:36 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2010-05-28 17:50:36 +0000 |
commit | b21778bc31c3667e18ad6bd3070a8d680776c1a0 (patch) | |
tree | d2936661d100ba28c871e4d9b967f6bb63c59f44 /chapter06 | |
parent | 2e7ca50f245385197ed7b90a04a86efaecca8993 (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')
-rw-r--r-- | chapter06/gmp.xml | 3 |
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> |