package/nodejs: remove icu support from 0.10.x
[buildroot-gz.git] / toolchain / toolchain-buildroot / toolchain-buildroot.mk
blobb30cc332d2ba54d6e4d45ad18cf86aa0155323e8
1 ################################################################################
3 # toolchain-buildroot
5 ################################################################################
7 BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
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.
13 TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
15 TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
17 $(eval $(virtual-package))