From 2660debc1c173127629c5ed0a8ced07ad6773f93 Mon Sep 17 00:00:00 2001 From: Xi Ruoyao Date: Fri, 16 May 2025 19:47:38 +0800 Subject: [PATCH] loongarch: Revert "loongarch: m4: Override stack direction for cross-compiling" This reverts commit b4cc7037053455def4b6b496a77295c7f2ed1c48. Finally we have a new m4 release with this fixed :). --- chapter06/m4.xml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chapter06/m4.xml b/chapter06/m4.xml index 9f422adac..0bbd08079 100644 --- a/chapter06/m4.xml +++ b/chapter06/m4.xml @@ -52,9 +52,7 @@ echo "#define _IO_IN_BACKUP 0x100" >> lib/stdio-impl.h ./configure --prefix=/usr \ --host=$LFS_TGT \ - --build=$(build-aux/config.guess) \ - sv_cv_stack_direction=-1 \ - sv_cv_stack_direction_msg="grows down" + --build=$(build-aux/config.guess) Compile the package: