John Crispin 7ba7ddf88e 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>

SVN-Revision: 42196
2014-08-18 13:10:11 +00:00
..
2014-08-08 05:25:52 +00:00
2014-08-18 13:10:11 +00:00
2013-04-23 10:29:42 +00:00
2013-04-23 09:21:57 +00:00
2014-03-23 16:08:58 +00:00
2014-07-18 14:42:15 +00:00
2014-06-16 18:21:02 +00:00
2014-08-08 05:20:50 +00:00
2013-07-28 23:27:34 +00:00