mirror of
https://github.com/coolsnowwolf/lede
synced 2025-04-04 22:53:59 +08:00
parent
7866838873
commit
d7d4bcc86d
@ -80,11 +80,6 @@ define Host/SetToolchainInfo
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define Host/Configure
|
define Host/Configure
|
||||||
[ -f $(HOST_BUILD_DIR)/.autoconf ] || { \
|
|
||||||
cd $(HOST_BUILD_DIR)/; \
|
|
||||||
autoconf --force && \
|
|
||||||
touch $(HOST_BUILD_DIR)/.autoconf; \
|
|
||||||
}
|
|
||||||
mkdir -p $(CUR_BUILD_DIR)
|
mkdir -p $(CUR_BUILD_DIR)
|
||||||
( cd $(CUR_BUILD_DIR); rm -f config.cache; \
|
( cd $(CUR_BUILD_DIR); rm -f config.cache; \
|
||||||
$(GLIBC_CONFIGURE) \
|
$(GLIBC_CONFIGURE) \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user