stx_libbasic.st
branchjv
changeset 19691 5e613f6255d9
parent 19658 cb18e7c8fb6d
parent 19689 b536693fa973
child 19811 65fec19facb0
equal deleted inserted replaced
19667:16bfe221f88e 19691:5e613f6255d9
   135 !
   135 !
   136 
   136 
   137 additionalDefinitions_make_dot_proto
   137 additionalDefinitions_make_dot_proto
   138     ^ '
   138     ^ '
   139 # for LINUX-32bit we need also librt.so, in order to resolve clock_gettime@GLIBC_2.2  (see linuxIntern.h)
   139 # for LINUX-32bit we need also librt.so, in order to resolve clock_gettime@GLIBC_2.2  (see linuxIntern.h)
       
   140 # for LINUX-64bit we need also librt.so, in order to resolve clock_gettime@GLIBC_2.2.5  (see linuxIntern.h)
   140 ifneq (,$(findstring LINUX,$(CFLAGS))) 
   141 ifneq (,$(findstring LINUX,$(CFLAGS))) 
   141 ifeq (,$(findstring -m64,$(CFLAGS)))
   142 LOCAL_SHARED_LIBS=-lrt
   142 LOCAL_SHARED_LIBS=-L/usr/lib -lrt
       
   143 endif
       
   144 endif
   143 endif
   145 '
   144 '
   146 !
   145 !
   147 
   146 
   148 localIncludes
   147 localIncludes