[Title] Changed the default thread module to 'pthread'
authorHaegeun Park <haegeun.park@samsung.com>
Tue, 16 Oct 2012 09:46:57 +0000 (02:46 -0700)
committerHaegeun Park <haegeun.park@samsung.com>
Tue, 16 Oct 2012 09:46:57 +0000 (02:46 -0700)
[Issue#] -
[Problem] -
[Cause] -
[Solution]
Changed from 'pthread_and_gcc_tlv'

CMakeLists.txt
Makefile

index eb72279..068524a 100644 (file)
@@ -24,7 +24,7 @@ SET(CMAKE_SKIP_BUILD_RPATH TRUE)
 SET(COREGL "COREGL")
 SET(SRCS_common
                src/coregl.c
-               src/coregl_thread_pthread_and_gcc_tlv.c
+               src/coregl_thread_pthread.c
                src/coregl_trace.c
                src/coregl_export.c
                src/coregl_export_egl.c
index 6d06635..a168876 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -9,7 +9,7 @@ LDFLAGS = -g -O2 -fvisibility=hidden -Wall -std=c99 -ldl -lpthread
 
 SOURCES = \
                src/coregl.c \
-               src/coregl_thread_pthread_and_gcc_tlv.c \
+               src/coregl_thread_pthread.c \
                src/coregl_trace.c \
                src/coregl_export.c \
                src/coregl_export_egl.c \