cf: Also enable pthreads on Linux 3.

Signed-off-by: Love Hornquist Astrand <lha@h5l.org>
This commit is contained in:
Jelmer Vernooij
2011-07-22 14:19:34 +02:00
committed by Love Hornquist Astrand
parent ed91d4c9e3
commit 0b3c720c01

View File

@@ -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