This commit is contained in:
ziggi
2020-02-29 07:09:51 +00:00
parent a4c3751e54
commit e39397bf82
44 changed files with 7640 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
--- gdb/python/python-config.py 2017-09-14 09:28:17 UTC
+++ gdb/python/python-config.py
@@ -59,6 +59,8 @@ for opt in opt_flags:
elif opt in ('--libs', '--ldflags'):
libs = ['-lpython' + pyver + abiflags]
+ 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: