diff options
author | John Crispin <john@openwrt.org> | 2014-08-18 13:10:11 +0000 |
---|---|---|
committer | John Crispin <john@openwrt.org> | 2014-08-18 13:10:11 +0000 |
commit | 7ba7ddf88e685f053fc13afc72569cd13d0f78f4 (patch) | |
tree | 0ad6b34161d59a3772cff815e4263e7511e2d6de /toolchain | |
parent | 406d53c6977b8ab9881763f6415c0324f28f2411 (diff) | |
download | upstream-7ba7ddf88e685f053fc13afc72569cd13d0f78f4.tar.gz upstream-7ba7ddf88e685f053fc13afc72569cd13d0f78f4.tar.bz2 upstream-7ba7ddf88e685f053fc13afc72569cd13d0f78f4.zip |
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
Diffstat (limited to 'toolchain')
0 files changed, 0 insertions, 0 deletions