This is the mail archive of the gdb@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: MT_CFLAGS


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


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