6 lines
211 B
CMake
6 lines
211 B
CMake
set (OSCAM_SYSTEM_NAME Tuxbox)
|
|
set (CMAKE_SYSTEM_NAME Linux)
|
|
set (CMAKE_C_COMPILER mipsel-unknown-linux-gnu-gcc)
|
|
set (CMAKE_SYSTEM_PROCESSOR mips)
|
|
add_definitions("'-Dpthread_attr_setstacksize(a,b)=/* a b */'")
|