Add depends riscv 64 bit support

This commit is contained in:
TheCharlatan
2019-06-27 00:25:47 +02:00
parent 8adde33e01
commit 13c0b8c265
7 changed files with 20 additions and 1 deletions
+4
View File
@@ -12,6 +12,10 @@ define $(package)_set_vars
$(package)_config_opts_linux=--with-pic
endef
define $(package)_preprocess_cmds
cp -f $(BASEDIR)/config.guess $(BASEDIR)/config.sub .
endef
define $(package)_config_cmds
$($(package)_autoconf)
endef