mpg123-1.31.0
This commit is contained in:
7
ports/cmake/linux_i686.toolchain.cmake
Normal file
7
ports/cmake/linux_i686.toolchain.cmake
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
set(CMAKE_SYSTEM_NAME Linux)
|
||||
set(CMAKE_SYSTEM_VERSION 1)
|
||||
set(CMAKE_SYSTEM_PROCESSOR "i686")
|
||||
|
||||
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -m32" CACHE STRING "c flags")
|
||||
set(CMAKE_ASM_FLAGS "${CMAKE_ASM_FLAGS} -m32" CACHE STRING "asm flags")
|
||||
Reference in New Issue
Block a user