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
diff --git a/cirros-testvm/src-cirros/buildroot-2015.05/toolchain/toolchain-buildroot/toolchain-buildroot.mk b/cirros-testvm/src-cirros/buildroot-2015.05/toolchain/toolchain-buildroot/toolchain-buildroot.mk
new file mode 100644 (file)
index 0000000..b30cc33
--- /dev/null
@@ -0,0 +1,17 @@
+################################################################################
+#
+# toolchain-buildroot
+#
+################################################################################
+
+BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
+
+# Triggering the build of the host-gcc-final will automatically do the
+# build of binutils, uClibc, kernel headers and all the intermediate
+# gcc steps.
+
+TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
+
+TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
+
+$(eval $(virtual-package))