[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1260991155.21028.261.camel@laptop>
Date:	Wed, 16 Dec 2009 20:19:15 +0100
From:	Peter Zijlstra <peterz@...radead.org>
To:	Masami Hiramatsu <mhiramat@...hat.com>
Cc:	Borislav Petkov <borislav.petkov@....com>,
	Ingo Molnar <mingo@...e.hu>, linux-kernel@...r.kernel.org
Subject: Re: perf and libdwarf on debian
On Wed, 2009-12-16 at 14:05 -0500, Masami Hiramatsu wrote:
> > and simply add -I/usr/include/libdwarf to CPPFLAGS or something like
> > that.
> 
> Ah, right, I was stupid!
> 
> Masami Hiramatsu wrote:
> > e.g.
> > 
> > ifeq ($(shell sh -c "(test -d /usr/include/libdwarf/ && echo y)", y)
> > 	BASIC_CFLAGS += -I /usr/include/libdwarf 
> > endif
> 
> So, it just need;
> 
> BASIC_CFLAGS += -I/usr/include/libdwarf 
> 
> And including just libdwarf.h and dwarf.h.
Well, I'm not 100% sure -I/foo will actually work if foo doesn't exist,
but I'd sure try it first since its less typing :-)
If it doesn't your suggestion is a good alternative.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/
Powered by blists - more mailing lists
 
