summaryrefslogtreecommitdiff
path: root/tools/4.12/gdb/patch-gdb-python-python-config.py
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2015-11-12 17:48:45 +1100
committerChris Johns <chrisj@rtems.org>2015-11-12 17:48:45 +1100
commitab922fec9c2ce403d870120b5afcc108f06f4aea (patch)
tree2b5bfab12c42a42c4ee2c981494f0bb7b4053b4a /tools/4.12/gdb/patch-gdb-python-python-config.py
parent5cb66b4def36976e7156472f175939de4a9025f1 (diff)
Add tools patches for RTEMS 4.12.
Diffstat (limited to '')
-rw-r--r--tools/4.12/gdb/patch-gdb-python-python-config.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/4.12/gdb/patch-gdb-python-python-config.py b/tools/4.12/gdb/patch-gdb-python-python-config.py
new file mode 100644
index 0000000..2433240
--- /dev/null
+++ b/tools/4.12/gdb/patch-gdb-python-python-config.py
@@ -0,0 +1,11 @@
+--- 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: