Skip to content

Commit

Permalink
config: Switch to the AOSP clang r536225
Browse files Browse the repository at this point in the history
  • Loading branch information
bxySo committed Nov 22, 2024
1 parent 824e0e9 commit 0079dcd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config.env
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ EXTRA_CMDS:LD=ld.lld LLVM=1 LLVM_IAS=1

# Clang
## Custom
USE_CUSTOM_CLANG=true
USE_CUSTOM_CLANG=false
CUSTOM_CLANG_SOURCE=$(curl -LSs https://raw.githubusercontent.com/ZyCromerZ/Clang/main/Clang-main-link.txt)
CUSTOM_CLANG_BRANCH=

### if your set USE CUSTOM CLANG to false than DO NOT CHANGE CUSTOM CMDS
CUSTOM_CMDS:CLANG_TRIPLE=aarch64-linux-gnu-

## AOSP
CLANG_BRANCH=master-kernel-build-2022
CLANG_VERSION=r450784e
CLANG_BRANCH=master
CLANG_VERSION=r536225

# GCC
ENABLE_GCC_ARM64=true
Expand Down

0 comments on commit 0079dcd

Please sign in to comment.