Files
meta-openembedded/meta-oe/recipes-devtools/json-spirit
Ming Liu ffc78c155c json-spirit: link to libatomic
In commit ac2a6d2b5d:
[ json-spirit: Add -latomic to LDFLAGS ]

I added '-latomic' to LDFLAGS, which worked for clang 3.9 but it does
not work for clang 5.0, seems the linking order matters for clang 5.0,
it should be after -ljson_spirit.

Signed-off-by: Ming Liu <peter.x.liu@external.atlascopco.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2017-09-07 10:59:20 +02:00
..