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/rfc] Build libcommon.a for gdb and gdbserver


On Saturday 19 February 2011 17:22:41, Mark Kettenis wrote:
> Move forward?  In what direction?  We have a POSIX compatible make
> implementation.  We have our own set of extensions on top of that.  It
> doesn't make sense to add GNU extensions as well.  And it doesn't make
> sense for us to switch from BSD make to GNU make.

Why not have gmake as a build dependency for gdb/gcc, but not as an
install dependency?  Even if your packaging system can't handle that,
I'd think that bundling gmake's sources along with gccs or gdbs
sources, and tweaking the build scripts to build that gmake first,
point PATH at it, and then build gcc, should be much simpler and
much less maintenance than rewriting gcc's Makefiles.

-- 
Pedro Alves


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