Files
kernel_xiaomi_mt6781/build.config.x86_64
Nick Desaulniers e9bb9b1526 [ALPS05556626] Revert "ANDROID: Kbuild, LLVMLinux: allow overriding clang"
This reverts commit 4c451dba25.

AOSPs distribution of GNU binutils always had a curious target triple
prefix on the binaries.  Now that GNU binutils is deprecated for Android
Common Kernels, we can now remove this out of tree workaround. Now
building Android kernels with LLVM matches upstream (see
Documentation/kbuild/llvm.rst).

MTK-Commit-Id: b5440b16b7023e31f590b8e213e766d4c9b0a716

Bug: 118439987
Bug: 120440614
Bug: 141693040
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Iecaa3264a440f795f2f3a44bdf74fe28ad4ed1cc
CR-Id: ALPS05556626
Feature: [Module]Kernel Maintenance
Signed-off-by: Miles Chen <miles.chen@mediatek.com>
2021-03-05 11:57:14 +08:00

12 lines
170 B
Plaintext

ARCH=x86_64
LLVM_IAS=1
CROSS_COMPILE=x86_64-linux-gnu-
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
FILES="
arch/x86/boot/bzImage
vmlinux
System.map
"