aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 9d61108..3cbfba5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,14 @@
2011-01-31 Joel Brobecker <brobecker@adacore.com>
+ * configure.ac: Add handling of Python distribution on Windows.
+ * python-config.py: If the LIBS, SYSLIBS, LIBPL and/or LINKFORSHARED
+ sysconfig variables are not defined, then do not use them.
+ On Windows, if LIBPL is not defined, then use prefix + '/libs'
+ instead. On Windows, return all paths using forward-slashes
+ rather than backslashes.
+
+2011-01-31 Joel Brobecker <brobecker@adacore.com>
+
* configure.ac: Remove fallback behavior for building
against Python. Remove tweaking of Python include path.
Add PYTHON_CPPFLAGS and PYTHON_LIBS substitution.