OSDN Git Service

test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}
authorFilippo Arcidiacono <filippo.arcidiacono@st.com>
Wed, 9 Dec 2009 15:24:46 +0000 (16:24 +0100)
committerCarmelo Amoroso <carmelo.amoroso@st.com>
Wed, 9 Dec 2009 15:31:36 +0000 (16:31 +0100)
commitd67f6eb3ff53bdced973fa4e8386edf092fec2e1
tree4df07ff9733caa6358d3116b7e88caf46759193e
parentc5c2cf0da5644c96a2ae3db315f51bf91f15723d
test_dlopen: Remove extra -lpthread from LD_FLAGS for dltest{2}

dltest and dltest2 do not refer any symbols implemented
in pthread library, so do not explicitly link them with pthread.
It is required only for the shared objects that are loaded
via dlopen by those tests.

Signed-off-by: Filippo Arcidiacono <filippo.arcidiacono@st.com>
Signed-off-by: Carmelo Amoroso <carmelo.amoroso@st.com>
test/dlopen/Makefile.in