mirror of
https://git.rtems.org/rtems-tools/
synced 2025-05-13 00:45:02 +08:00
Add patch used by RTEMS 6 epiphany GDB on FreeBSD
This commit is contained in:
parent
d7979dece6
commit
b7b19f4254
11
tools/6/gdb/patch-gdb-python-python-config.py
Normal file
11
tools/6/gdb/patch-gdb-python-python-config.py
Normal file
@ -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:
|
Loading…
x
Reference in New Issue
Block a user