diff options
Diffstat (limited to 'chapter06/m4.xml')
-rw-r--r-- | chapter06/m4.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 91e0a9ea2..acdea4f32 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -52,7 +52,9 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h</userinput></screen> <screen><userinput remap="configure">./configure --prefix=/usr \ --host=$LFS_TGT \ - --build=$(build-aux/config.guess)</userinput></screen> + --build=$(build-aux/config.guess) \ + sv_cv_stack_direction=-1 \ + sv_cv_stack_direction_msg="grows down"</userinput></screen> <para>Compile the package:</para> |