From 992f5470cd0d1e6f101fbbf5034b8d718faf1dcc Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Wed, 5 May 2021 11:13:40 +0000 Subject: [PATCH] python3: Fix build when endianess detection fails Signed-off-by: Michael Tremer --- lfs/python3 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lfs/python3 b/lfs/python3 index 673c776540..13c403331d 100644 --- a/lfs/python3 +++ b/lfs/python3 @@ -44,7 +44,8 @@ ifeq "$(ROOT)" "" --enable-shared \ --with-system-expat \ --with-system-ffi \ - --with-ensurepip + --with-ensurepip \ + ax_cv_c_float_words_bigendian=no else TARGET = $(DIR_INFO)/$(THISAPP)-tools CONFIGURE_ARGS = \ -- 2.39.5