Blame src/general/Makefile
|
nsz |
49b23c |
include ../../Makefile.inc
|
|
nsz |
49b23c |
|
|
nsz |
49b23c |
dlopen: LDFLAGS+=-ldl -rdynamic
|
|
nsz |
49b23c |
pthread: LDFLAGS+=-lpthread
|
|
nsz |
49b23c |
sem: LDFLAGS+=-lpthread -lrt
|
|
nsz |
49b23c |
strtod_simple: LDFLAGS+=-lm
|
|
nsz |
49b23c |
tls_align: tls_align_dso.so
|
|
nsz |
49b23c |
tls_align_dlopen: LDFLAGS+=-ldl
|