cf: Also enable pthreads on Linux 3.
Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:

committed by
Love Hornquist Astrand

parent
ed91d4c9e3
commit
0b3c720c01
@@ -41,7 +41,7 @@ case "$host" in
|
|||||||
;;
|
;;
|
||||||
*-*-linux* | *-*-linux-gnu)
|
*-*-linux* | *-*-linux-gnu)
|
||||||
case `uname -r` in
|
case `uname -r` in
|
||||||
2.*)
|
2.*|3.*)
|
||||||
native_pthread_support=yes
|
native_pthread_support=yes
|
||||||
PTHREAD_CFLAGS=-pthread
|
PTHREAD_CFLAGS=-pthread
|
||||||
PTHREAD_LIBADD=-pthread
|
PTHREAD_LIBADD=-pthread
|
||||||
|
Reference in New Issue
Block a user