summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
authorAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-29 23:53:09 +0200
committerAbdoulaye Walsimou Gaye <walsimou@walsimou.com>2010-03-29 23:53:09 +0200
commit493f0527817aeec87b9344211b7caeaf365fd6a0 (patch)
tree7a767658d64ee6aa2a0d10f35175f9ec66179a31 /mk/toolchain.mk
parentb3c1e9533122116b0208c46080eeae625b0c01fd (diff)
downloadembtoolkit-493f0527817aeec87b9344211b7caeaf365fd6a0.tar.gz
embtoolkit-493f0527817aeec87b9344211b7caeaf365fd6a0.tar.bz2
embtoolkit-493f0527817aeec87b9344211b7caeaf365fd6a0.tar.xz
Host tools: add libtool
Signed-off-by: Abdoulaye Walsimou Gaye <walsimou@walsimou.com>
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk10
1 files changed, 5 insertions, 5 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 107bc0b..81608a2 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -66,24 +66,24 @@ include $(EMBTK_ROOT)/mk/gcc.mk
include $(EMBTK_ROOT)/mk/kernel-headers.mk
#Autotools
+include $(EMBTK_ROOT)/mk/libtool.mk
include $(EMBTK_ROOT)/mk/autoconf.mk
include $(EMBTK_ROOT)/mk/automake.mk
include $(EMBTK_ROOT)/mk/m4.mk
-
ifeq ($(CONFIG_EMBTK_CLIB_EGLIBC),y)
#EGLIBC
include $(EMBTK_ROOT)/mk/eglibc.mk
-TOOLCHAINBUILD := mkinitialpath m4_install autoconf_install automake_install \
- kernel-headers_install ccachehost_install \
+TOOLCHAINBUILD := mkinitialpath libtool_install m4_install autoconf_install \
+ automake_install kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install mpchost_install \
binutils_install gcc1_install eglibc-headers_install \
gcc2_install eglibc_install gcc3_install
else
#uClibc
include $(EMBTK_ROOT)/mk/uclibc.mk
-TOOLCHAINBUILD := mkinitialpath m4_install autoconf_install automake_install \
- kernel-headers_install ccachehost_install \
+TOOLCHAINBUILD := mkinitialpath libtool_install m4_install autoconf_install \
+ automake_install kernel-headers_install ccachehost_install \
gmphost_install mpfrhost_install mpchost_install \
binutils_install gcc1_install uclibc_install gcc3_install
endif