Skip to content

Commit

Permalink
[NFC]: Remove dead code from newlib env configuration in arm-runtimes… (
Browse files Browse the repository at this point in the history
#621)

…/CMakeLists.txt
  • Loading branch information
vrukesh authored Jan 7, 2025
1 parent c38433a commit 1c3c191
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arm-runtimes/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -463,7 +463,6 @@ if(C_LIBRARY STREQUAL newlib)
"CC_FOR_TARGET=${LLVM_BINARY_DIR}/bin/clang -target ${target_triple} -ffreestanding"
"CXX_FOR_TARGET=${LLVM_BINARY_DIR}/bin/clang++ -target ${target_triple} -ffreestanding"
"AR_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-ar"
"AS_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-as"
"NM_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-nm"
"OBJDUMP_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-objdump"
"RANLIB_FOR_TARGET=${LLVM_BINARY_DIR}/bin/llvm-ranlib"
Expand Down

0 comments on commit 1c3c191

Please sign in to comment.