summaryrefslogtreecommitdiffstats
path: root/package/libunwind/Config.in
diff options
context:
space:
mode:
authorANDY KENNEDY <ANDY.KENNEDY@adtran.com>2013-06-25 21:41:44 +0000
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2013-07-28 18:20:00 +0200
commit56a5e5a1486c46f44418acce5aa53e8a4822bc87 (patch)
tree52a27d83ebb8fcb556485e669430679a44c9a794 /package/libunwind/Config.in
parente7481560127a894325a4fabd5c6938637c670724 (diff)
downloadbuildroot-56a5e5a1486c46f44418acce5aa53e8a4822bc87.tar.gz
buildroot-56a5e5a1486c46f44418acce5aa53e8a4822bc87.zip
libunwind: new package
[Thomas: added patch to disable build of tests that fail on uClibc, added dependencies for architectures that are supported.] Signed-off-by: Andy Kennedy <andy.kennedy@adtran.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/libunwind/Config.in')
-rw-r--r--package/libunwind/Config.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/package/libunwind/Config.in b/package/libunwind/Config.in
new file mode 100644
index 0000000000..4f130f041c
--- /dev/null
+++ b/package/libunwind/Config.in
@@ -0,0 +1,8 @@
+config BR2_PACKAGE_LIBUNWIND
+ bool "libunwind"
+ depends on BR2_arm || BR2_armeb || BR2_mips || BR2_mipsel || BR2_mips64 || \
+ BR2_mips64el || BR2_powerpc || BR2_sh || BR2_sh64 || BR2_i386 || BR2_x86_64
+ help
+ C API to determine the call-chain of a program.
+
+ http://www.nongnu.org/libunwind/index.html
OpenPOWER on IntegriCloud