mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-03-10 07:59:38 +00:00
loongarch: m4: Override stack direction for cross-compiling
This commit is contained in:
parent
1c09ae8838
commit
b4cc703705
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user