261d8bfcd7
Backport a fix from upstream to link against libgcc_s instead of libgcc. Fixes ltrace build failures: http://autobuild.buildroot.net/results/a0c/a0c132f8cdea2c34ceff27606764a60c2853f644/ http://autobuild.buildroot.net/results/67f/67fbd04d6ae187861fa1bf84d3df1877c7be6fb2/ http://autobuild.buildroot.net/results/0ca/0ca564101b870e5953acb66ac832ce9e23198392/ ... Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
33 lines
1018 B
Diff
33 lines
1018 B
Diff
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 \
|