From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14819 invoked by alias); 24 Jan 2008 15:27:18 -0000 Received: (qmail 14810 invoked by uid 22791); 24 Jan 2008 15:27:18 -0000 X-Spam-Check-By: sourceware.org Received: from NaN.false.org (HELO nan.false.org) (208.75.86.248) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 24 Jan 2008 15:26:51 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 266BD98375; Thu, 24 Jan 2008 15:26:50 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 00AFA98100; Thu, 24 Jan 2008 15:26:49 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JI3yb-0005sp-1c; Thu, 24 Jan 2008 10:26:49 -0500 Date: Thu, 24 Jan 2008 15:27:00 -0000 From: Daniel Jacobowitz To: Aleksandar Ristovski Cc: gdb@sourceware.org Subject: Re: MT_CFLAGS Message-ID: <20080124152649.GA22599@caradoc.them.org> Mail-Followup-To: Aleksandar Ristovski , gdb@sourceware.org References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.17 (2007-12-11) X-IsSubscribed: yes Mailing-List: contact gdb-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sourceware.org X-SW-Source: 2008-01/txt/msg00252.txt.bz2 On Thu, Jan 24, 2008 at 10:20:30AM -0500, Aleksandar Ristovski wrote: > I want to implement some fix-ups (workarounds) that are really specific to > us and have to be made in gdb files (not ours). The workarounds are not > candidates for mainstream, so I am wrapping them in our #ifdef-s... No big > deal really, I just thought there was a 'correct' way to do it. > > But maybe you have some other suggestion? If it's for local changes, there's plenty of ways to do it. For instance, specify them in CFLAGS when running configure, or add a local line to the Makefile.in. Or have the main configure script define something based on $target if you want to be able to test without them easily. -- Daniel Jacobowitz CodeSourcery