summaryrefslogtreecommitdiff
path: root/packages/htools/hosttools-buildopts.mk
diff options
context:
space:
mode:
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)