Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gdb: Update embedded Python to Python 3
Use Python 3.7 from /usr/local/system/python3. We can no longer use gdbs --with-pythons, because it is totaly broken. Instead of python-config.py from the package specified with --with-python, a copy of an old python-config.py script from Python-2.7 is embedded and used with the interpreter found via --with-python. In our case, the required "-L" option is not returned. However, if we add the needed CPPFLAGS and LDFLAGS, gdb/configure (run during the build phase of the top level directory!) will notice that Python just works.
- Loading branch information