openwrt/package
blogic 19961bb643 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

git-svn-id: svn://svn.openwrt.org/openwrt/branches/barrier_breaker@42369 3c298f89-4303-0410-b956-a3cf2f4a3e73
2014-09-01 13:21:38 +00:00
..
base-files build: enable PER_FEED_REPO by default 2014-09-01 13:21:05 +00:00
boot package:grub2: fix build error on linux missing libzfs 2014-08-03 11:15:48 +00:00
devel BB: binutils: link libbfd and libopcodes dynamically again 2014-08-30 11:04:19 +00:00
firmware create branch for barrier breaker (from trunk r41863) 2014-07-28 23:18:57 +00:00
kernel broadcom-wl: add default tx and rx antennas 2014-09-01 13:21:02 +00:00
libs gmp: add host compile 2014-09-01 13:21:38 +00:00
network ppp: enable IPv6CP by default 2014-09-01 13:21:11 +00:00
system build: add new option to add disabled feeds commented out to opkg.conf 2014-08-06 18:18:49 +00:00
utils busybox: Fix pam_start link errors when PAM support is enabled 2014-09-01 13:21:36 +00:00
Makefile BB: build: consider sub-directories when deploying packages to image with CONFIG_PER_FEED_REPO (#17430) 2014-08-09 12:11:34 +00:00