gmp: add host compile
authorJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:38 +0000 (13:21 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 1 Sep 2014 13:21:38 +0000 (13:21 +0000)
commit5ff40a76b810d8a9593aaa185e1481883a76b926
treefcbda593d2b29e2cdf2a525cfc9015230e71b14f
parentd21fc5f94f8cd2874cd7ec4d1ccbbae8b5f7961e
gmp: add host compile

Currently, any package that uses host compile and depends on
libgmp.so will fail. This is because gmp is not compile for
host machine. So, staging_dir/host has only static lib for gmp

 $ ls staging_dir/host/lib/libgmp* -1
 staging_dir/host/lib/libgmp.a
 staging_dir/host/lib/libgmp.la
 staging_dir/host/lib/libgmpxx.a
 staging_dir/host/lib/libgmpxx.la

Addind host compile in gmp, the dependent package can use:

 PKG_BUILD_DEPENDS:=gmp/host

That will compile gmp to staging_dir/host with *.so files

Signed-off-by: Luiz Angelo Daros de Luca <luizluca@gmail.com>
Backport of r42196

SVN-Revision: 42369
package/libs/gmp/Makefile