summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-buildroot.mk
blob: 3a0580066efb1387210ce519645ecc5019e7a2ae (plain)
1
2
3
4
5
6
7
8
9
# Triggerring the build of the host-gcc-final will automaticaly do the
# 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