toolchain-buildroot.mk 530 B

1234567891011121314151617
  1. ################################################################################
  2. #
  3. # toolchain-buildroot
  4. #
  5. ################################################################################
  6. BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
  7. # Triggering the build of the host-gcc-final will automatically do the
  8. # build of binutils, uClibc, kernel headers and all the intermediate
  9. # gcc steps.
  10. TOOLCHAIN_BUILDROOT_DEPENDENCIES = host-gcc-final
  11. TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
  12. $(eval $(virtual-package))