summaryrefslogtreecommitdiff
path: root/mk/toolchain.mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk/toolchain.mk')
-rw-r--r--mk/toolchain.mk6
1 files changed, 5 insertions, 1 deletions
diff --git a/mk/toolchain.mk b/mk/toolchain.mk
index 4bae83f..150c029 100644
--- a/mk/toolchain.mk
+++ b/mk/toolchain.mk
@@ -37,6 +37,10 @@ include $(EMBTK_ROOT)/mk/gcc.mk
#linux kernel headers
include $(EMBTK_ROOT)/mk/kernel-headers.mk
+#EGLIBC
+include $(EMBTK_ROOT)/mk/eglibc.mk
+
#targets
-buildtoolchain: gmphost_install mpfrhost_install binutils_install gcc1_install
+buildtoolchain: gmphost_install mpfrhost_install binutils_install gcc1_install \
+ eglibc-headers_install gcc2_install