[depends] Add riscv qt depends support for cross compiling bitcoin-qt

This commit is contained in:
Chun Kuan Lee
2018-07-19 05:04:00 +00:00
parent 2ab72080ad
commit 96dda8b058
10 changed files with 47 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ $(package)_config_opts=--disable-shared -without-tools --disable-sdltest
$(package)_config_opts_linux=--with-pic
endef
define $(package)_preprocess_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub use
endef
define $(package)_config_cmds
$($(package)_autoconf)
endef