init - 初始化项目
This commit is contained in:
14
platforms/linux/mips32r5el-gnu.toolchain.cmake
Normal file
14
platforms/linux/mips32r5el-gnu.toolchain.cmake
Normal file
@@ -0,0 +1,14 @@
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
# MIPS ToolChanin can be downloaded from https://www.mips.com/develop/tools/codescape-mips-sdk/ .
|
||||
# Toolchains with 'mti' in the name (and install directory) are for MIPS R2-R5 instruction sets.
|
||||
# Toolchains with 'img' in the name are for MIPS R6 instruction sets.
|
||||
# It is recommended to use cmake-gui for build scripts configuration and generation:
|
||||
# 1. Run cmake-gui
|
||||
# 2. Specify toolchain file mips32r5el-gnu.toolchian.cmake for cross-compiling.
|
||||
# 3. Configure and Generate makefiles.
|
||||
# 4. make -j4 & make install
|
||||
# ----------------------------------------------------------------------------------------------
|
||||
set(CMAKE_SYSTEM_PROCESSOR mips32r5el)
|
||||
set(GCC_COMPILER_VERSION "" CACHE STRING "GCC Compiler version")
|
||||
set(GNU_MACHINE "mips-mti-linux-gnu" CACHE STRING "GNU compiler triple")
|
||||
include("${CMAKE_CURRENT_LIST_DIR}/mips.toolchain.cmake")
|
||||
Reference in New Issue
Block a user