From e2e6f6fe07049f33cb6348780fa975162752e421 Mon Sep 17 00:00:00 2001 From: Adrian Dudau Date: Thu, 12 Dec 2013 13:38:32 +0100 Subject: initial commit of Enea Linux 3.1 Migrated from the internal git server on the dora-enea branch Signed-off-by: Adrian Dudau --- 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