toolchain-buildroot.mk 722 B

1234567891011121314151617181920
  1. ################################################################################
  2. #
  3. # toolchain-buildroot
  4. #
  5. ################################################################################
  6. BR_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
  7. # Triggering the build of the gcc-final will automatically do the
  8. # build of binutils, uClibc, kernel headers and all the intermediate
  9. # gcc steps.
  10. TOOLCHAIN_BUILDROOT_DEPENDENCIES = gcc-final
  11. TOOLCHAIN_BUILDROOT_ADD_TOOLCHAIN_DEPENDENCY = NO
  12. # Not really a virtual package, but we use the virtual package infra here so
  13. # both the build log and build directory look nicer (toolchain-buildroot-virtual
  14. # instead of toolchain-buildroot-undefined)
  15. $(eval $(virtual-package))