this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge pull request #5 from X0rg/master

Fix CMake troubles on i386

+2 -2
+1 -1
libc/i386/CMakeLists.txt
··· 19 19 gen/_setcontext.S 20 20 ) 21 21 22 - add_library(libc-i386 OBJECT ${i386_sources}) 22 + add_library(libc-hwplat OBJECT ${i386_sources}) 23 23 24 24
+1 -1
libc/sys/CMakeLists.txt
··· 30 30 ) 31 31 32 32 if (${CMAKE_SYSTEM_PROCESSOR} STREQUAL "i686") 33 - set(sys_sources ${sys_sources} context-stubs.cpp) 33 + set(sys_sources ${sys_sources} context-stubs.c) 34 34 endif() 35 35 36 36 SET_SOURCE_FILES_PROPERTIES(semctl.c PROPERTIES COMPILE_FLAGS "${CMAKE_C_FLAGS} -DLIBC_ALIAS_SEMCTL -DKERNEL -U__DARWIN_UNIX03 -D__DARWIN_UNIX03=0")