mirror of
https://github.com/coolsnowwolf/lede
synced 2025-04-04 05:01:20 +08:00
parent
7866838873
commit
d7d4bcc86d
@ -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) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user