OSDN Git Service

librt: fix linking WRT pthreads
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 17 Jun 2010 17:27:00 +0000 (19:27 +0200)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Thu, 17 Jun 2010 17:31:27 +0000 (19:31 +0200)
commit486fbd8d6695a874fb023571919d483629b4964f
tree53d64c24db5a06de7b05a3297f876c1e32fdcf64
parent6af28ff46002a5d3b860155f505ecc411a229b26
librt: fix linking WRT pthreads

Linking order matters. Always did and still does today.
See how this makes the ugly and wrong hack to put pthread symbols into
librt _and_ linking librt against pthread moot?

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
librt/Makefile.in