mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 06:33:31 +00:00
0c08334b2c
With the commit an application may create a modified version of pthread_create. Will be used by Virtualbox port. Issue #1114
9 lines
130 B
Makefile
9 lines
130 B
Makefile
SRC_CC = semaphore.cc \
|
|
thread.cc thread_create.cc
|
|
|
|
LIBS += libc
|
|
|
|
vpath % $(REP_DIR)/src/lib/pthread
|
|
|
|
SHARED_LIB = yes
|