aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/valgrind/Makefile
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2014-08-18 13:10:11 +0000
committerJohn Crispin <blogic@openwrt.org>2014-08-18 13:10:11 +0000
commit3652210b32caf3fc84c23f340769fb0c86ad3096 (patch)
treef73c067cf1283511f182ff6342ab78fbacb1cf14 /package/devel/valgrind/Makefile
parent90b2348344817d1895789d654fdab306c1db69c7 (diff)
downloadmaster-187ad058-3652210b32caf3fc84c23f340769fb0c86ad3096.tar.gz
master-187ad058-3652210b32caf3fc84c23f340769fb0c86ad3096.tar.bz2
master-187ad058-3652210b32caf3fc84c23f340769fb0c86ad3096.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> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@42196 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/devel/valgrind/Makefile')
0 files changed, 0 insertions, 0 deletions