stx_libbasic.st
changeset 19689 b536693fa973
parent 19640 cdda1698d59c
child 19691 5e613f6255d9
child 19729 3ea2a69a2f5e
equal deleted inserted replaced
19688:6978a8198d16 19689:b536693fa973
   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