summaryrefslogtreecommitdiffstats
path: root/tools/4.12/gdb/patch-gdb-python-python-config.py
blob: 24332402d5ccefe8f380b5ca2183ba3e96bc320b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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: