Merge pthread into libc library

The pthread API is considered a standard feature of libc so better to
simply merge it with the libc. Pthreads are in fact already a part of
the libc in the form of weak symbols. This merger is also a prerequisite
for better integrating pthreads with the libc I/O task.

Fix #3054
This commit is contained in:
Emery Hemingway
2018-11-21 17:17:25 +01:00
committed by Christian Helmuth
parent fe322b8e82
commit 7a11384177
60 changed files with 178 additions and 170 deletions

View File

@ -1,5 +1,5 @@
TARGET = tcp_terminal
SRC_CC = main.cc
LIBS = libc pthread libc_pipe
LIBS = libc libc_pipe
CC_CXX_WARN_STRICT =