* Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system [not found] <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com> @ 2008-04-11 12:42 ` Daniel Jacobowitz 2008-04-13 13:40 ` Dave Murphy 0 siblings, 1 reply; 4+ messages in thread From: Daniel Jacobowitz @ 2008-04-11 12:42 UTC (permalink / raw) To: Hans Kester; +Cc: gdb-patches, insight On Fri, Apr 11, 2008 at 11:14:54AM +0200, Hans Kester wrote: > The following patch builds Insight correctly on a MinGW system. > Could someone commit this for me? Copying this to the Insight maintainers. > > Regards, > > Hans Kester > > > Index: gdb/ChangeLog > =================================================================== > RCS file: /cvs/src/src/gdb/ChangeLog,v > retrieving revision 1.9174.2.20 > diff -u -r1.9174.2.20 ChangeLog > --- ChangeLog 31 Mar 2008 03:40:42 -0000 1.9174.2.20 > +++ ChangeLog 11 Apr 2008 09:10:13 -0000 > @@ -1,3 +1,8 @@ > +2008-04-11 Hans Kester <kester.hans@gmail.com> > + > + * configure.ac: Added configdir for MinGW. > + * configure: Added configdir for MinGW. > + > 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com> > > * ia64-tdep.c (examine_prologue): Correct array access. > > > > Index: gdb/configure.ac > =================================================================== > RCS file: /cvs/src/src/gdb/configure.ac,v > retrieving revision 1.64 > diff -u -r1.64 configure.ac > --- configure.ac 13 Jan 2008 12:23:05 -0000 1.64 > +++ configure.ac 11 Apr 2008 09:02:13 -0000 > @@ -1445,7 +1445,7 @@ > AC_SUBST(WIN32LDAPP) > > case "${host}" in > -*-*-cygwin*) > +*-*-cygwin* | *-*-mingw*) > configdir="win" > ;; > *) > > > > Index: gdb/configure > =================================================================== > RCS file: /cvs/src/src/gdb/configure,v > retrieving revision 1.242 > diff -u -r1.242 configure > --- configure 13 Jan 2008 12:23:04 -0000 1.242 > +++ configure 11 Apr 2008 09:05:54 -0000 > @@ -23080,7 +23080,7 @@ > > > case "${host}" in > -*-*-cygwin*) > +*-*-cygwin* | *-*-mingw*) > configdir="win" > ;; > *) > -- Daniel Jacobowitz CodeSourcery ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system 2008-04-11 12:42 ` [PATCH, GDB 6.8] Build Insight correctly on a MinGW system Daniel Jacobowitz @ 2008-04-13 13:40 ` Dave Murphy 2008-04-15 8:35 ` Hans Kester 0 siblings, 1 reply; 4+ messages in thread From: Dave Murphy @ 2008-04-13 13:40 UTC (permalink / raw) To: Hans Kester, gdb-patches, insight Daniel Jacobowitz wrote: > On Fri, Apr 11, 2008 at 11:14:54AM +0200, Hans Kester wrote: >> The following patch builds Insight correctly on a MinGW system. >> Could someone commit this for me? > > Copying this to the Insight maintainers. This was already committed to CVS back in March http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?r1=1.64&r2=1.65&cvsroot=src&f=h Dave >> Index: gdb/ChangeLog >> =================================================================== >> RCS file: /cvs/src/src/gdb/ChangeLog,v >> retrieving revision 1.9174.2.20 >> diff -u -r1.9174.2.20 ChangeLog >> --- ChangeLog 31 Mar 2008 03:40:42 -0000 1.9174.2.20 >> +++ ChangeLog 11 Apr 2008 09:10:13 -0000 >> @@ -1,3 +1,8 @@ >> +2008-04-11 Hans Kester <kester.hans@gmail.com> >> + >> + * configure.ac: Added configdir for MinGW. >> + * configure: Added configdir for MinGW. >> + >> 2008-03-30 Daniel Jacobowitz <dan@codesourcery.com> >> >> * ia64-tdep.c (examine_prologue): Correct array access. >> >> >> >> Index: gdb/configure.ac >> =================================================================== >> RCS file: /cvs/src/src/gdb/configure.ac,v >> retrieving revision 1.64 >> diff -u -r1.64 configure.ac >> --- configure.ac 13 Jan 2008 12:23:05 -0000 1.64 >> +++ configure.ac 11 Apr 2008 09:02:13 -0000 >> @@ -1445,7 +1445,7 @@ >> AC_SUBST(WIN32LDAPP) >> >> case "${host}" in >> -*-*-cygwin*) >> +*-*-cygwin* | *-*-mingw*) >> configdir="win" >> ;; >> *) >> >> >> >> Index: gdb/configure >> =================================================================== >> RCS file: /cvs/src/src/gdb/configure,v >> retrieving revision 1.242 >> diff -u -r1.242 configure >> --- configure 13 Jan 2008 12:23:04 -0000 1.242 >> +++ configure 11 Apr 2008 09:05:54 -0000 >> @@ -23080,7 +23080,7 @@ >> >> >> case "${host}" in >> -*-*-cygwin*) >> +*-*-cygwin* | *-*-mingw*) >> configdir="win" >> ;; >> *) >> > ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system 2008-04-13 13:40 ` Dave Murphy @ 2008-04-15 8:35 ` Hans Kester 2008-04-16 18:28 ` Joel Brobecker 0 siblings, 1 reply; 4+ messages in thread From: Hans Kester @ 2008-04-15 8:35 UTC (permalink / raw) To: Dave Murphy; +Cc: gdb-patches, insight Dave Murphy <davem@devkitpro.org> wrote: > This was already committed to CVS back in March > http://sourceware.org/cgi-bin/cvsweb.cgi/src/gdb/configure.ac.diff?r1=1.64&r2=1.65&cvsroot=src&f=h But apparently not in the 6.8 branch since I checked that out and did not see the patch. Or do I need more coffee? Hans ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH, GDB 6.8] Build Insight correctly on a MinGW system 2008-04-15 8:35 ` Hans Kester @ 2008-04-16 18:28 ` Joel Brobecker 0 siblings, 0 replies; 4+ messages in thread From: Joel Brobecker @ 2008-04-16 18:28 UTC (permalink / raw) To: Hans Kester; +Cc: Dave Murphy, gdb-patches, insight > But apparently not in the 6.8 branch since I checked that out and did > not see the patch. Or do I need more coffee? I don't mind that this patch be put on the branch, but IFAIK, the insight release cycle is different from the GDB one - so I was a bit surprised that you tried to build insight from the gdb-6.8 branch. I don't mind either, though. I just didn't know some people were doing this. -- Joel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2008-04-16 18:28 UTC | newest] Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed) -- links below jump to the message on this page -- [not found] <93da74750804110214h4ec5905dpc921157e15b3ae5a@mail.gmail.com> 2008-04-11 12:42 ` [PATCH, GDB 6.8] Build Insight correctly on a MinGW system Daniel Jacobowitz 2008-04-13 13:40 ` Dave Murphy 2008-04-15 8:35 ` Hans Kester 2008-04-16 18:28 ` Joel Brobecker
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox; as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).