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: [0/10] RFC: use gnulib more heavily + more configure fixes


On 15-11-2012 19:09, Tom Tromey wrote:
> Here's the patch series to rely more heavily on gnulib.
> 
> Some of these patches move to using a gnulib module and delete some
> corresponding gdb_*.h file.
> 
> Others just remove useless configury junk.
> 
> I tested by building each patch (cumulatively; while they are
> conceptually independent, in practice if you try to rearrange them you
> will get conflicts) on an x86-64 Fedora 16 box.  Of course, this is the
> machine least likely to show any problems, but that's what I've got.

Fedora bundles mingw toolchains (just a yum install away).  It should be
easy to confirm that --host=i686-pc-mingw32 doesn't break that way.  Last
I tried, the resulting gdbserver even works under Wine.  Don't recall if
GDB itself works.

Putting the series on an accessible git branch would make it easier
to call for testers, I think.

-- 
Pedro Alves


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