diff options
author | ANDY KENNEDY <ANDY.KENNEDY@adtran.com> | 2013-06-25 21:41:44 +0000 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2013-07-28 18:20:00 +0200 |
commit | 56a5e5a1486c46f44418acce5aa53e8a4822bc87 (patch) | |
tree | 52a27d83ebb8fcb556485e669430679a44c9a794 /package/libunwind/libunwind-disable-tests.patch | |
parent | e7481560127a894325a4fabd5c6938637c670724 (diff) | |
download | buildroot-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/libunwind-disable-tests.patch')
-rw-r--r-- | package/libunwind/libunwind-disable-tests.patch | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/package/libunwind/libunwind-disable-tests.patch b/package/libunwind/libunwind-disable-tests.patch new file mode 100644 index 0000000000..05475a5d6c --- /dev/null +++ b/package/libunwind/libunwind-disable-tests.patch @@ -0,0 +1,32 @@ +Disable building of tests + +libunwind tests do not build with uClibc, so we disable them. + +Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> + +Index: b/Makefile.am +=================================================================== +--- a/Makefile.am ++++ b/Makefile.am +@@ -36,7 +36,7 @@ + + nodist_include_HEADERS = include/libunwind-common.h + +-SUBDIRS = src tests doc ++SUBDIRS = src doc + + noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ + include/compiler.h include/libunwind_i.h include/mempool.h \ +Index: b/Makefile.in +=================================================================== +--- a/Makefile.in ++++ b/Makefile.in +@@ -313,7 +313,7 @@ + $(am__append_7) $(am__append_8) $(am__append_9) \ + $(am__append_10) + nodist_include_HEADERS = include/libunwind-common.h +-SUBDIRS = src tests doc ++SUBDIRS = src doc + noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h \ + include/compiler.h include/libunwind_i.h include/mempool.h \ + include/remote.h \ |