summaryrefslogtreecommitdiffstats
path: root/recipes-devtools/gdb/gdb/runtest-flags.patch
diff options
context:
space:
mode:
authorAdrian Dudau <adrian.dudau@enea.com>2017-06-21 14:51:17 +0200
committerMartin Borg <martin.borg@enea.com>2017-06-21 16:06:53 +0200
commit4bf7d1abd0e8414a7f096864fa916e3cc705ac11 (patch)
treeadc744ff60435c07641b6340b88489fce23bd5c1 /recipes-devtools/gdb/gdb/runtest-flags.patch
parent1b3785576252e5c128758d1d243da4196bb428ef (diff)
downloadmeta-nfv-access-common-4bf7d1abd0e8414a7f096864fa916e3cc705ac11.tar.gz
elfutils,gdb: Drop bbappends
We won't upstream this and we won't maintain it anymore, so drop it. Signed-off-by: Adrian Dudau <adrian.dudau@enea.com> Signed-off-by: Martin Borg <martin.borg@enea.com>
Diffstat (limited to 'recipes-devtools/gdb/gdb/runtest-flags.patch')
-rw-r--r--recipes-devtools/gdb/gdb/runtest-flags.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/recipes-devtools/gdb/gdb/runtest-flags.patch b/recipes-devtools/gdb/gdb/runtest-flags.patch
deleted file mode 100644
index 054abc3..0000000
--- a/recipes-devtools/gdb/gdb/runtest-flags.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1Description: add -a to runtest
2 Pass "-a" to runtest so that everything is printed to output
3 (e.g. unsupported test cases)
4
5Author: "Gordon.Sun" <gordon.sun@enea.com>
6Date: Wed, 28 Nov 2012 03:39:58 +0100
7
8Upstream-Status: Inappropriate (other)
9
10Signed-off-by: Gordon.Sun <gordon.sun@enea.com>
11Signed-off-by: Ciprian Barbu <ciprian.barbu@enea.com>
12---
13 gdb/testsuite/Makefile.in | 2 +-
14 1 files changed, 1 insertions(+), 1 deletions(-)
15
16diff --git a/gdb/testsuite/Makefile.in b/gdb/testsuite/Makefile.in
17index fab124e..f5cddb2 100644
18--- a/gdb/testsuite/Makefile.in
19+++ b/gdb/testsuite/Makefile.in
20@@ -46,7 +46,7 @@ EXPECT = `if [ -f $${rootme}/../../expect/expect ] ; then \
21
22 RUNTEST = $(RUNTEST_FOR_TARGET)
23
24-RUNTESTFLAGS =
25+RUNTESTFLAGS = -a
26
27 FORCE_PARALLEL =
28
29--
301.7.5.4