Consolidate/clean up meson and cmake toolchain files
This commit is contained in:
parent
782f731350
commit
1f74f0a60a
8 changed files with 30 additions and 18 deletions
|
@ -5,8 +5,8 @@ set(triple aarch64-ffbuild-linux-gnu)
|
|||
|
||||
set(CMAKE_C_COMPILER ${triple}-gcc)
|
||||
set(CMAKE_CXX_COMPILER ${triple}-g++)
|
||||
set(CMAKE_RANLIB ${triple}-ranlib)
|
||||
set(CMAKE_AR ${triple}-ar)
|
||||
set(CMAKE_RANLIB ${triple}-gcc-ranlib)
|
||||
set(CMAKE_AR ${triple}-gcc-ar)
|
||||
|
||||
set(CMAKE_SYSROOT /opt/ct-ng/${triple}/sysroot)
|
||||
set(CMAKE_FIND_ROOT_PATH /opt/ct-ng /opt/ct-ng/${triple}/sysroot /opt/ffbuild)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue