xref: /OK3568_Linux_fs/buildroot/toolchain/toolchain-buildroot/toolchain-buildroot.mk (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1################################################################################
2#
3# toolchain-buildroot
4#
5################################################################################
6
7BR_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
13TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
14
15TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
16
17$(eval $(virtual-package))
18