mirror of
https://github.com/libretro/libretro-super
synced 2025-01-30 06:32:45 +00:00
ctr.cmake: Add more variable for AR and RANLIB
Should fix the compile error on buildbot
This commit is contained in:
parent
f9a456d7c1
commit
12a87d1c3f
@ -1,7 +1,11 @@
|
||||
set(CMAKE_C_COMPILER "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc")
|
||||
set(CMAKE_CXX_COMPILER "$ENV{DEVKITARM}/bin/arm-none-eabi-g++")
|
||||
set(CMAKE_AR "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_C_COMPILER_AR "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_CXX_COMPILER_AR "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ar")
|
||||
set(CMAKE_RANLIB "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_C_COMPILER_RANLIB "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_CXX_COMPILER_RANLIB "$ENV{DEVKITARM}/bin/arm-none-eabi-gcc-ranlib")
|
||||
set(CMAKE_SYSTEM_PROCESSOR armv6k)
|
||||
set(CMAKE_SYSTEM_NAME Generic)
|
||||
set(CMAKE_CROSSCOMPILING ON)
|
||||
|
Loading…
x
Reference in New Issue
Block a user