summaryrefslogtreecommitdiff
path: root/packages/htools/hosttools-buildopts.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-12 00:03:10 +0200
committerAbdoulaye Walsimou Gaye <awg@embtoolkit.org>2014-09-12 00:03:40 +0200
commit06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32 (patch)
tree7264e87fccedfd6dbfeb4671bff60b3d0d842794 /packages/htools/hosttools-buildopts.mk
parentb1fb4b94943becfce0d4b7be268295bfffccceea (diff)
downloadembtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.gz
embtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.bz2
embtoolkit-06aa4f3ebffcf78b5fd3245171fc7b13a8e2ef32.tar.xz
Toolchain: move gmp, mpfr and gmp under host tools
Signed-off-by: Abdoulaye Walsimou Gaye <awg@embtoolkit.org>
Diffstat (limited to 'packages/htools/hosttools-buildopts.mk')
-rw-r--r--packages/htools/hosttools-buildopts.mk15
1 files changed, 12 insertions, 3 deletions
diff --git a/packages/htools/hosttools-buildopts.mk b/packages/htools/hosttools-buildopts.mk
index c820883..3ff097b 100644
--- a/packages/htools/hosttools-buildopts.mk
+++ b/packages/htools/hosttools-buildopts.mk
@@ -41,6 +41,12 @@ $(call embtk_include_hostpkg,fakeroot_host)
# gmake
$(call embtk_include_hostpkg,gmake_host)
+# gmp
+$(call embtk_include_hostpkg,gmp_host)
+
+# gperf
+$(call embtk_include_hostpkg,gperf_host)
+
# gsed
$(call embtk_include_hostpkg,gsed_host)
@@ -50,6 +56,12 @@ $(call embtk_include_hostpkg,libelf_host)
# libtool
$(call embtk_include_hostpkg,libtool_host)
+# mpc
+$(call embtk_include_hostpkg,mpc_host)
+
+# mpfr
+$(call embtk_include_hostpkg,mpfr_host)
+
# mtd-utils
$(call embtk_include_hostpkg,mtdutils_host)
@@ -65,6 +77,3 @@ $(call embtk_include_hostpkg,squashfs_host)
# zlib
$(call embtk_include_hostpkg,zlib_host)
-
-# gperf
-$(call embtk_include_hostpkg,gperf_host)