Skip to content

Commit

Permalink
WIP-20240529_125232
Browse files Browse the repository at this point in the history
  • Loading branch information
marckleinebudde committed May 29, 2024
1 parent f799f1e commit 7ae57d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/mips-linux-gnu-gcc.cmake
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set(CMAKE_SYSTEM_NAME Linux)
set(CMAKE_SYSTEM_PROCESSOR mips)

set(CMAKE_C_COMPILER gcc-mips-linux-gnu-gcc)
set(CMAKE_C_COMPILER_TARGET gcc-mips-linux-gnu)
set(CMAKE_C_COMPILER mips-linux-gnu-gcc)
set(CMAKE_C_COMPILER_TARGET mips-linux-gnu)

0 comments on commit 7ae57d3

Please sign in to comment.