From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12684 invoked by alias); 19 Feb 2011 13:20:30 -0000 Received: (qmail 12668 invoked by uid 22791); 19 Feb 2011 13:20:29 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from sibelius.xs4all.nl (HELO glazunov.sibelius.xs4all.nl) (83.163.83.176) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sat, 19 Feb 2011 13:20:23 +0000 Received: from glazunov.sibelius.xs4all.nl (kettenis@localhost [127.0.0.1]) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3) with ESMTP id p1JDISFt008203; Sat, 19 Feb 2011 14:18:28 +0100 (CET) Received: (from kettenis@localhost) by glazunov.sibelius.xs4all.nl (8.14.3/8.14.3/Submit) id p1JDIQE6005275; Sat, 19 Feb 2011 14:18:26 +0100 (CET) Date: Sat, 19 Feb 2011 13:50:00 -0000 Message-Id: <201102191318.p1JDIQE6005275@glazunov.sibelius.xs4all.nl> From: Mark Kettenis To: brobecker@adacore.com CC: tromey@redhat.com, yao@codesourcery.com, gdb-patches@sourceware.org In-reply-to: <20110219121448.GA17297@adacore.com> (message from Joel Brobecker on Sat, 19 Feb 2011 16:14:48 +0400) Subject: Re: [rfa/rfc] Build libcommon.a for gdb and gdbserver References: <4D30E23F.3080103@codesourcery.com> <4D34C9DE.3040603@codesourcery.com> <4D375F44.70504@codesourcery.com> <20110219121448.GA17297@adacore.com> Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2011-02/txt/msg00512.txt.bz2 > Date: Sat, 19 Feb 2011 16:14:48 +0400 > From: Joel Brobecker > > > I think it would be a good idea to require GNU make, but I think that is > > something that needs general agreement. > > Since GCC already requires GNU Make, I don't think that it would > be a problem for us to require GNU Make as well. IIRC, the reason > for not requiring GNU Make was for FreeBSD where it's not installed > by default? It doesn't seem like a strong argument to limit ourselves, > especially considering the fact that they should already know how to > handle this dependency because of GCC. Sorry, but I'm really strongly opposed to making GNU make a requirement. The fact that GCC requires it is bad enough. It forced several BSD's to reengineer the GCC build system completely. Please don't make us do the same thing for GDB!