b30cc332d2ba54d6e4d45ad18cf86aa0155323e8
[packages/trusty/cirros-testvm.git] / cirros-testvm / src-cirros / buildroot-2015.05 / toolchain / toolchain-buildroot / toolchain-buildroot.mk
1 ################################################################################
2 #
3 # toolchain-buildroot
4 #
5 ################################################################################
6
7 BR_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
13 TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
14
15 TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
16
17 $(eval $(virtual-package))