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: minor portability patches


On Tue, Sep 21, 2010 at 11:40:51AM -0700, Joel Brobecker wrote:
> 
> What does the following script print with the Python you are using
> to link GDB against?
> 
>     | from distutils import sysconfig
>     | getvar = sysconfig.get_config_var
>     | getvar('LIBS')
>     | getvar('SYSLIBS')

Oh sorry. I should have checked. We built python on this platform with
CC set to "gcc -pthread", so no -lpthread in LIBS etc. and we build gdb
with MIPSpro C.

Let's forget about this hunk, it's doubtful that it will affect anyone else.

Thanks,
Peter
-- 
Peter O'Gorman
pogma@thewrittenword.com


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