d04d01063d
Completes stage 5 of: https://android.googlesource.com/platform/prebuilts/clang/host/linux-x86/+/master/BINUTILS_KERNEL_DEPRECATION.md Bug: 141693040 Test: remove host binutils (easy for cross compiling, hard for host tools), rebuild multiple configs including cuttlefish configs which rely on these. Signed-off-by: Nick Desaulniers <ndesaulniers@google.com> Change-Id: Ia88f4f6572049c0173742aee95df824c0f31c050
11 lines
200 B
Text
11 lines
200 B
Text
ARCH=x86_64
|
|
|
|
CLANG_TRIPLE=x86_64-linux-gnu-
|
|
CROSS_COMPILE=x86_64-linux-androidkernel-
|
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
|
|
|
|
FILES="
|
|
arch/x86/boot/bzImage
|
|
vmlinux
|
|
System.map
|
|
"
|