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.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-buildroot.mk b/toolchain/toolchain-buildroot.mk
index e7241bfcf..3a0580066 100644
--- a/toolchain/toolchain-buildroot.mk
+++ b/toolchain/toolchain-buildroot.mk
@@ -2,4 +2,8 @@
# build of binutils, uClibc, kernel headers and all the intermediate
# gcc steps.
+include toolchain/helpers.mk
+
+BUILDROOT_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
+
toolchain-buildroot: host-gcc-final