Skip to content

Commit

Permalink
cross.cmake: upgrade ar and ranlib as well
Browse files Browse the repository at this point in the history
  • Loading branch information
yamt committed Jun 25, 2023
1 parent 40f6798 commit 26e8c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cross/cross.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,8 @@ set(CMAKE_C_COMPILER clang-13)
set(CMAKE_CXX_COMPILER_TARGET ${TRIPLET})
set(CMAKE_CXX_COMPILER clang++-13)

set(CMAKE_AR /usr/bin/llvm-ar-11)
set(CMAKE_RANLIB /usr/bin/llvm-ranlib-11)
set(CMAKE_AR /usr/bin/llvm-ar-13)
set(CMAKE_RANLIB /usr/bin/llvm-ranlib-13)

# # dpkg -L libstdc++-9-dev-arm64-cross|grep -F c++config
# /usr/aarch64-linux-gnu/include/c++/9/aarch64-linux-gnu/bits/c++config.h
Expand Down

0 comments on commit 26e8c2a

Please sign in to comment.