toolchain-buildroot.mk 285 B

123456789
  1. # Triggerring the build of the host-gcc-final will automaticaly do the
  2. # build of binutils, uClibc, kernel headers and all the intermediate
  3. # gcc steps.
  4. include toolchain/helpers.mk
  5. BUILDROOT_LIBC = $(call qstrip,$(BR2_TOOLCHAIN_BUILDROOT_LIBC))
  6. toolchain-buildroot: host-gcc-final