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
|
|
|
|
2023-09-30 09:54:22 +02:00
|
|
|
# Triggering the build of the 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.
|
|
|
|
|
2023-09-30 09:54:22 +02:00
|
|
|
TOOLCHAIN_BUILDROOT_DEPENDENCIES = gcc-final
|
2013-10-08 20:17:02 +02:00
|
|
|
|
2014-02-14 10:55:04 +01:00
|
|
|
TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
|
|
|
|
|
2022-11-27 14:07:27 +01:00
|
|
|
# Not really a virtual package, but we use the virtual package infra here so
|
|
|
|
# both the build log and build directory look nicer (toolchain-buildroot-virtual
|
|
|
|
# instead of toolchain-buildroot-undefined)
|
2014-06-11 21:12:27 +02:00
|
|
|
$(eval $(virtual-package))
|