]> code.ossystems Code Review - openembedded-core.git/commit
libunwind: always depend on libatomics-ops
authorChristopher Larson <kergoth@gmail.com>
Mon, 24 Aug 2015 22:19:43 +0000 (15:19 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 30 Aug 2015 11:34:19 +0000 (12:34 +0100)
commite43a47eb695050d04809ff54af14066acba6ec27
tree315f6a175f31905692764a17234e9ca293186a23
parent24b80d211f3808a0ffebee426932f11b8d4d46e0
libunwind: always depend on libatomics-ops

- Depend on libatomics-ops unconditionally for all archs, as it's used by more
  than just arm, and currently the configure script auto-detects and enables
  its use based on the existence of its header, resulting in non-deterministic
  builds.
- Drop the ldflags bits which link against libatomic_ops, because libunwind
  doesn't actually link against it, nor does it need to, as it currently uses
  all inline functions from the header file.

(From OE-Core rev: 83bb89502e2f05b8b78b14532ad96abc400ab264)

Signed-off-by: Christopher Larson <kergoth@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/libunwind/libunwind.inc