diff --git a/boot_images/QcomPkg/toolchainconfig.json b/boot_images/QcomPkg/toolchainconfig.json index 7bfc13f6..2df0c157 100755 --- a/boot_images/QcomPkg/toolchainconfig.json +++ b/boot_images/QcomPkg/toolchainconfig.json @@ -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" : {