summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot.mk
diff options
context:
space:
mode:
Diffstat (limited to 'toolchain/toolchain-buildroot.mk')
-rw-r--r--toolchain/toolchain-buildroot.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/toolchain/toolchain-buildroot.mk b/toolchain/toolchain-buildroot.mk
index a8dd58b31..b2eb9deb2 100644
--- a/toolchain/toolchain-buildroot.mk
+++ b/toolchain/toolchain-buildroot.mk
@@ -1,4 +1,9 @@
# Include files required for the internal toolchain backend
-include toolchain/gcc/gcc-uclibc-4.x.mk
include toolchain/uClibc/uclibc.mk
+
+# Triggerring the build of the host-gcc-final will automaticaly do the
+# build of binutils, uClibc, kernel headers and all the intermediate
+# gcc steps.
+
+toolchain-buildroot: host-gcc-final