]> rtime.felk.cvut.cz Git - orte.git/commit
OMK build: move linker specification of pthread library to separate variable TARGET_L...
authorPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 30 Sep 2013 10:02:00 +0000 (12:02 +0200)
committerPavel Pisa <pisa@cmp.felk.cvut.cz>
Mon, 30 Sep 2013 10:02:00 +0000 (12:02 +0200)
commite88692b16aa8026d8c84e167621ff9af9670664a
tree3b5f5fb81154f1cf6303444e2eb88178ec242a91
parentbccf5ddec2727df62c90731f00a40cb73a14b8a3
OMK build: move linker specification of pthread library to separate variable TARGET_LOADLIBES.

This allows to override libraries list suitable for the Linux
build by other target OS specific list of the libraries.
I.e. the explicit "pthread" library specification is blocker
for QNX/BlackBerry build because POSIX threads are included
in stadartd library. On the other hand BSD networking "socket"
library has to be specified explicitly. Another difference
is missing "byteswap.h" header file (undef HAVE_BYTESWAP_H).

Signed-off-by: Pavel Pisa <pisa@cmp.felk.cvut.cz>
orte/examples/hello/Makefile.omk
orte/examples/multicast/Makefile.omk
orte/examples/ping/Makefile.omk
orte/examples/reliable/Makefile.omk
orte/examples/schneider/Makefile.omk
orte/examples/spy/Makefile.omk
orte/liborte/Makefile.omk
orte/manager/Makefile.omk