From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6670 invoked by alias); 24 Jan 2008 15:12:51 -0000 Received: (qmail 6657 invoked by uid 22791); 24 Jan 2008 15:12:50 -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:12:25 +0000 Received: from nan.false.org (localhost [127.0.0.1]) by nan.false.org (Postfix) with ESMTP id 332A398375; Thu, 24 Jan 2008 15:12:23 +0000 (GMT) Received: from caradoc.them.org (22.svnf5.xdsl.nauticom.net [209.195.183.55]) by nan.false.org (Postfix) with ESMTP id 1D97098100; Thu, 24 Jan 2008 15:12:23 +0000 (GMT) Received: from drow by caradoc.them.org with local (Exim 4.68) (envelope-from ) id 1JI3kc-0005hz-8y; Thu, 24 Jan 2008 10:12:22 -0500 Date: Thu, 24 Jan 2008 15:12:00 -0000 From: Daniel Jacobowitz To: Aleksandar Ristovski Cc: gdb@sourceware.org Subject: Re: MT_CFLAGS Message-ID: <20080124151222.GA21926@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/msg00250.txt.bz2 On Thu, Jan 24, 2008 at 10:07:47AM -0500, Aleksandar Ristovski wrote: > Hello, > > I see that MT_CFLAGS is gone from Makefile.in. > > What is the alternative to getting the same result? I need to add a target > specific #define to CC, e.g. -DMY_DEFINE. What is the correct approach? It was removed because we try not to add target-specific defines any more. What do you need it for? Normally proper use of gdbarch and target inheritance is enough. -- Daniel Jacobowitz CodeSourcery