e35d771d9c
This reverts commit bf26739cc6
.
It enables LLVM_IAS=1 for ARCH=arm. It was previously submitted out of
order from the rest of the series, due to mistaken use of Rebase in
gerrit UI.
Bug: 183031914
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Ib483f71e9cad17ba9eed1bfc077e3dc90f449d13
17 lines
198 B
Plaintext
17 lines
198 B
Plaintext
ARCH=arm
|
|
|
|
LLVM_IAS=1
|
|
CROSS_COMPILE=arm-linux-gnueabi-
|
|
LINUX_GCC_CROSS_COMPILE_PREBUILTS_BIN=prebuilts/gas/linux-x86
|
|
|
|
MAKE_GOALS="
|
|
zImage
|
|
modules
|
|
"
|
|
|
|
FILES="
|
|
arch/arm/boot/zImage
|
|
vmlinux
|
|
System.map
|
|
"
|