The cirros image was rebuilt against the 3.13.0-83 kernel, drivers e1000e, igbvf...
[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))