loongarch: Revert "loongarch: m4: Override stack direction for cross-compiling"

This reverts commit b4cc703705.

Finally we have a new m4 release with this fixed :).
This commit is contained in:
Xi Ruoyao 2025-05-16 19:47:38 +08:00
parent 37f9d035b0
commit 2660debc1c
No known key found for this signature in database
GPG Key ID: ACAAD20E19E710E3

View File

@ -52,9 +52,7 @@ 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) \
sv_cv_stack_direction=-1 \
sv_cv_stack_direction_msg="grows down"</userinput></screen>
--build=$(build-aux/config.guess)</userinput></screen>
<para>Compile the package:</para>