ANDROID: remove more stale variables from build.config files
CROSS_COMPILE is no longer necessary when building with LLVM=1 as of
upstream v5.15-rc1's
commit 231ad7f409f1 ("Makefile: infer --target from ARCH for CC=clang")
which was backported to android13-5.10.
LLVM_IAS=1 is implied by LLVM=1 as of LLVM_IAS as of
upstream v5.15-rc1's
commit f12b034afeb3 ("scripts/Makefile.clang: default to LLVM_IAS=1")
which was backported to android13-5.10.
Bug: 209655537
Signed-off-by: Nick Desaulniers <ndesaulniers@google.com>
Change-Id: Id426f680bba8d478ed300dd0f6551dc419ea345f
This commit is contained in:
parent
2856f6bf24
commit
0c830ba471
3 changed files with 0 additions and 6 deletions
|
|
@ -1,6 +1,4 @@
|
|||
ARCH=arm64
|
||||
LLVM_IAS=1
|
||||
CROSS_COMPILE=aarch64-linux-gnu-
|
||||
|
||||
FILES="
|
||||
arch/arm64/boot/Image.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
ARCH=arm
|
||||
LLVM_IAS=1
|
||||
CROSS_COMPILE=arm-linux-gnueabi-
|
||||
|
||||
FILES="
|
||||
arch/arm/boot/Image.gz
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
ARCH=x86_64
|
||||
LLVM_IAS=1
|
||||
CROSS_COMPILE=x86_64-linux-gnu-
|
||||
|
||||
FILES="
|
||||
arch/x86/boot/bzImage
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue