2013-10-08 20:17:02 +02:00
|
|
|
################################################################################
|
|
|
|
#
|
|
|
|
# toolchain-buildroot
|
|
|
|
#
|
|
|
|
################################################################################
|
|
|
|
|
2014-02-04 15:03:06 +01:00
|
|
|
BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
|
2013-10-08 20:17:02 +02:00
|
|
|
|
2013-10-09 16:34:33 +02:00
|
|
|
# Triggering the build of the host-gcc-final will automatically do the
|
2013-10-08 20:17:02 +02:00
|
|
|
# build of binutils, uClibc, kernel headers and all the intermediate
|
|
|
|
# gcc steps.
|
|
|
|
|
|
|
|
TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
|
|
|
|
|
2014-02-14 10:55:04 +01:00
|
|
|
TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
|
|
|
|
|
2014-06-11 21:12:27 +02:00
|
|
|
$(eval $(virtual-package))
|