explicitly pass HOST and BUILD to libgmp ./configure

This commit is contained in:
David Mercer 2016-10-19 20:18:03 -07:00
parent 33118f63b9
commit ed928f413e
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ $(package)_dependencies=
$(package)_config_opts=--enable-cxx --disable-shared
define $(package)_config_cmds
$($(package)_autoconf)
$($(package)_autoconf) --host=$(host) --build=$(build)
endef
define $(package)_build_cmds