1################################################################################ 2# 3# toolchain-buildroot 4# 5################################################################################ 6 7BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC)) 8 9# Triggering the build of the host-gcc-final will automatically do the 10# build of binutils, uClibc, kernel headers and all the intermediate 11# gcc steps. 12 13TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final 14 15TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO 16 17$(eval $(virtual-package)) 18