We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c38433a commit 1c3c191Copy full SHA for 1c3c191
arm-runtimes/CMakeLists.txt
@@ -463,7 +463,6 @@ if(C_LIBRARY STREQUAL newlib)
463
"CC_FOR_TARGET=${LLVM_BINARY_DIR}/bin/clang -target ${target_triple} -ffreestanding"
464
"CXX_FOR_TARGET=${LLVM_BINARY_DIR}/bin/clang++ -target ${target_triple} -ffreestanding"
465
"AR_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-ar"
466
- "AS_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-as"
467
"NM_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-nm"
468
"OBJDUMP_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-objdump"
469
"RANLIB_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-ranlib"
0 commit comments