summaryrefslogtreecommitdiff
path: root/tools/5/gdb/patch-gdb-python-python-config.py
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-10 09:38:48 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2017-11-10 09:38:48 +0100
commit9f34b38edf2a235e8d41c3265b146b0b1a4da252 (patch)
treef2432442311494f5e6c584b940d0f03ce960099f /tools/5/gdb/patch-gdb-python-python-config.py
parent6f5cfada964ce58746a10c931ec6fa9bfc5f4a1a (diff)
Remove tools/5 patches
Update #3220.
Diffstat (limited to '')
-rw-r--r--tools/5/gdb/patch-gdb-python-python-config.py11
1 files changed, 0 insertions, 11 deletions
diff --git a/tools/5/gdb/patch-gdb-python-python-config.py b/tools/5/gdb/patch-gdb-python-python-config.py
deleted file mode 100644
index 2433240..0000000
--- a/tools/5/gdb/patch-gdb-python-python-config.py
+++ /dev/null
@@ -1,11 +0,0 @@
---- gdb/python/python-config.py.orig 2013-10-17 11:24:52.000000000 +0200
-+++ gdb/python/python-config.py 2013-10-17 11:25:04.000000000 +0200
-@@ -59,6 +59,8 @@
-
- elif opt in ('--libs', '--ldflags'):
- libs = []
-+ if getvar('LDFLAGS') is not None:
-+ libs.extend(getvar('LDFLAGS').split())
- if getvar('LIBS') is not None:
- libs.extend(getvar('LIBS').split())
- if getvar('SYSLIBS') is not None: