mirror of
https://github.com/David112x/android-firmware-qti-sdm670
synced 2025-11-03 21:41:39 +08:00
toolchainconfig.js: switch to clang 8.0.12 for linux
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
]
|
||||
} ,
|
||||
"Linux" : {
|
||||
"Path" : "/pkg/qct/software/llvm/release/arm/3.9.1/bin/" , # put in the search path use os.pathsep in python to concat
|
||||
"Tool_path" : "/pkg/qct/software/llvm/release/arm/3.9.1/tools/bin/" ,
|
||||
"Path" : "~/tc/clang/8.0.12" , # put in the search path use os.pathsep in python to concat
|
||||
"Tool_path" : "~/tc/clang/8.0.12" ,
|
||||
"Params" : [# append to the build command
|
||||
"-t" , "CLANG39LINUX"
|
||||
]
|
||||
@@ -49,7 +49,7 @@
|
||||
"Path" : "C:\\Apps\\LLVM\\3.9.1\\tools\\bin\\arm-elfcopy.exe"
|
||||
},
|
||||
"Linux" : {
|
||||
"Path" : "/pkg/qct/software/llvm/release/arm/3.9.1/tools/bin/arm-elfcopy"
|
||||
"Path" : "~/tc/clang/8.0.12/tools/bin/arm-elfcopy"
|
||||
}
|
||||
},
|
||||
"SBL_image_parser" : {
|
||||
|
||||
Reference in New Issue
Block a user