toolchain: glibc: Fix build with autoconf 2.71

Fixes: #13308
This commit is contained in:
IDeLoveYou 2025-03-22 22:00:03 +08:00 committed by GitHub
parent 7866838873
commit d7d4bcc86d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -80,11 +80,6 @@ define Host/SetToolchainInfo
endef
define Host/Configure
[ -f $(HOST_BUILD_DIR)/.autoconf ] || { \
cd $(HOST_BUILD_DIR)/; \
autoconf --force && \
touch $(HOST_BUILD_DIR)/.autoconf; \
}
mkdir -p $(CUR_BUILD_DIR)
( cd $(CUR_BUILD_DIR); rm -f config.cache; \
$(GLIBC_CONFIGURE) \