From c527fd1f14c27855a37f2e8ac5346ce8d940ced2 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 16 Oct 2014 03:05:19 +0200 Subject: initial commit for Enea Linux 4.0-140929 Migrated from the internal git server on the daisy-enea-point-release branch Signed-off-by: Tudor Florea --- meta/recipes-devtools/gdb/gdb/runtest-flags.patch | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 meta/recipes-devtools/gdb/gdb/runtest-flags.patch (limited to 'meta/recipes-devtools/gdb/gdb/runtest-flags.patch') diff --git a/meta/recipes-devtools/gdb/gdb/runtest-flags.patch b/meta/recipes-devtools/gdb/gdb/runtest-flags.patch new file mode 100644 index 0000000000..054abc32d1 --- /dev/null +++ b/meta/recipes-devtools/gdb/gdb/runtest-flags.patch @@ -0,0 +1,30 @@ +Description: add -a to runtest + Pass "-a" to runtest so that everything is printed to output + (e.g. unsupported test cases) + +Author: "Gordon.Sun" +Date: Wed, 28 Nov 2012 03:39:58 +0100 + +Upstream-Status: Inappropriate (other) + +Signed-off-by: Gordon.Sun +Signed-off-by: Ciprian Barbu +--- + gdb/testsuite/Makefile.in | 2 +- + 1 files changed, 1 insertions(+), 1 deletions(-) + +diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in +index fab124e..f5cddb2 100644 +--- a/gdb/testsuite/Makefile.in ++++ b/gdb/testsuite/Makefile.in +@@ -46,7 +46,7 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \ + + RUNTEST = $(RUNTEST_FOR_TARGET) + +-RUNTESTFLAGS = ++RUNTESTFLAGS = -a + + FORCE_PARALLEL = + +-- +1.7.5.4 -- cgit v1.2.3-54-g00ecf