mvebu: add support for the Linksys WRT3200ACM (Rango)
[openwrt-github/.git] / package / libs / libunwind / patches / 001-disable-tests.patch
1 --- a/Makefile.am
2 +++ b/Makefile.am
3 @@ -36,7 +36,7 @@
4  
5  nodist_include_HEADERS = include/libunwind-common.h
6  
7 -SUBDIRS = src tests doc
8 +SUBDIRS = src doc
9  
10  noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h  \
11         include/compiler.h include/libunwind_i.h include/mempool.h      \
12 --- a/Makefile.in
13 +++ b/Makefile.in
14 @@ -313,7 +313,7 @@
15         $(am__append_7) $(am__append_8) $(am__append_9) \
16         $(am__append_10)
17  nodist_include_HEADERS = include/libunwind-common.h
18 -SUBDIRS = src tests doc
19 +SUBDIRS = src doc
20  noinst_HEADERS = include/dwarf.h include/dwarf_i.h include/dwarf-eh.h  \
21         include/compiler.h include/libunwind_i.h include/mempool.h      \
22         include/remote.h                                                \