mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
Config.in: disable LLVM default building
This commit is contained in:
parent
a9b138ae00
commit
0b9571cf20
@ -41,7 +41,7 @@ menuconfig TARGET_OPTIONS
|
|||||||
prompt "BPF toolchain" if DEVEL
|
prompt "BPF toolchain" if DEVEL
|
||||||
default BPF_TOOLCHAIN_BUILD_LLVM if BUILDBOT
|
default BPF_TOOLCHAIN_BUILD_LLVM if BUILDBOT
|
||||||
default BPF_TOOLCHAIN_PREBUILT if HAS_PREBUILT_LLVM_TOOLCHAIN
|
default BPF_TOOLCHAIN_PREBUILT if HAS_PREBUILT_LLVM_TOOLCHAIN
|
||||||
default BPF_TOOLCHAIN_BUILD_LLVM
|
default BPF_TOOLCHAIN_NONE
|
||||||
|
|
||||||
config BPF_TOOLCHAIN_NONE
|
config BPF_TOOLCHAIN_NONE
|
||||||
bool "None"
|
bool "None"
|
||||||
@ -324,7 +324,7 @@ config USE_LLVM_PREBUILT
|
|||||||
bool
|
bool
|
||||||
|
|
||||||
config USE_LLVM_BUILD
|
config USE_LLVM_BUILD
|
||||||
default y
|
default y if !DEVEL && BUILDBOT
|
||||||
select HAS_BPF_TOOLCHAIN
|
select HAS_BPF_TOOLCHAIN
|
||||||
bool
|
bool
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user