This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [RFA 2/2] allow building GDB with Python support on MinGW


>> gdb/ChangeLog:
>> 
>>         * 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.

> FWIW, it seems reasonable to me, though I think you should self-approve
> on the basis that you know more about python-config.py than anybody else :-)

Thanks! I appreciate the review, though, because of the changes in
configure.ac...

Checked in.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]