Add CMAKE support for cross-compiling to MIPS32

This commit is contained in:
Martin Kroeker
2021-11-20 17:34:28 +01:00
committed by GitHub
parent b7df500106
commit a3cd36acff
4 changed files with 41 additions and 2 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ if (${ARCH} STREQUAL "ia64")
endif ()
endif ()
if (MIPS64)
if (MIPS32 OR MIPS64)
set(NO_BINARY_MODE 1)
endif ()