Revert "kernel: fix KERNEL_TOOLCHAIN_PATH_gcc and usage"
This reverts commit 13f4c837feb1b5cba0e6585acf8394ca5431cde8.
Reason for revert: reeet. I broke stuff.
Change-Id: If8518aaa409d9afeaf20c689405fd21900fa5e74
diff --git a/config/BoardConfigKernel.mk b/config/BoardConfigKernel.mk
index 9e1656c..9a5af6e 100644
--- a/config/BoardConfigKernel.mk
+++ b/config/BoardConfigKernel.mk
@@ -79,7 +79,7 @@
# We need to add GCC toolchain to the path no matter what
# for tools like `as`
-KERNEL_TOOLCHAIN_PATH_gcc := $(KERNEL_TOOLCHAIN_$(KERNEL_ARCH))
+KERNEL_TOOLCHAIN_PATH_gcc := $(KERNEL_TOOLCHAIN_$(KERNEL_ARCH))/$(KERNEL_TOOLCHAIN_PREFIX_$(KERNEL_ARCH))
ifneq ($(USE_CCACHE),)
ifneq ($(CCACHE_EXEC),)