dre: Enable LLVM integrated assembler
* Disabled by default even with LLVM=1, but this is another GCC dependency we can remove. Google has been doing this for a while now. https://android.googlesource.com/kernel/msm/+/b009f0a1a Change-Id: I1ca23607682299182da0a6e14594ba2e2de00a4a
This commit is contained in:
parent
312af2154e
commit
fddc7ebf3b
1 changed files with 2 additions and 1 deletions
|
@ -116,7 +116,8 @@ BOARD_MKBOOTIMG_ARGS += --header_version $(BOARD_BOOT_HEADER_VERSION)
|
|||
BOARD_RAMDISK_USE_LZ4 := true
|
||||
TARGET_KERNEL_ADDITIONAL_FLAGS := \
|
||||
DTC_EXT=$(shell pwd)/prebuilts/misc/linux-x86/dtc/dtc \
|
||||
LLVM=1
|
||||
LLVM=1 \
|
||||
LLVM_IAS=1
|
||||
TARGET_KERNEL_SOURCE := kernel/oneplus/sm4350
|
||||
TARGET_KERNEL_CONFIG := vendor/holi-qgki_defconfig
|
||||
|
||||
|
|
Loading…
Reference in a new issue