0
0
Fork 0
mirror of https://github.com/bitcoin/bitcoin.git synced 2025-02-02 09:46:52 -05:00

depends: use latest config.guess and config.sub for cctools

This commit is contained in:
fanquake 2021-05-03 20:51:35 +08:00
parent bda0b637b2
commit 35d082c500
No known key found for this signature in database
GPG key ID: 2EEB9F5CC09526C1

View file

@ -16,6 +16,10 @@ define $(package)_set_vars
$(package)_cxx=$(clangxx_prog)
endef
define $(package)_preprocess_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub cctools
endef
define $(package)_config_cmds
$($(package)_autoconf)
endef