[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1348578539.1877.40.camel@leonhard>
Date: Tue, 25 Sep 2012 22:08:59 +0900
From: Namhyung Kim <namhyung@...nel.org>
To: Irina Tirdea <irina.tirdea@...il.com>
Cc: Arnaldo Carvalho de Melo <acme@...stprotocols.net>,
Ingo Molnar <mingo@...nel.org>,
Steven Rostedt <rostedt@...dmis.org>,
Peter Zijlstra <a.p.zijlstra@...llo.nl>,
LKML <linux-kernel@...r.kernel.org>,
Paul Mackerras <paulus@...ba.org>,
David Ahern <dsahern@...il.com>,
Pekka Enberg <penberg@...nel.org>,
Jiri Olsa <jolsa@...hat.com>,
Irina Tirdea <irina.tirdea@...el.com>
Subject: Re: [PATCH v2 3/4] perf annotate: configure objdump path at
compile time
Hi Irina,
2012-09-23 (일), 22:27 +0300, Irina Tirdea:
> From: Irina Tirdea <irina.tirdea@...el.com>
>
> The default name for objdump is "objdump". For cross-compiling the name of
> objdump will be different (e.g. arm-eabi-objdump in Android).
>
> Set the default objdump name in the Makefile with DEFAULT_OBJDUMP_PATH.
I thought about it twice and confused.
For cross-compiling, the resulting perf binary will run on target - say
Android - but the toolchain runs on host, right? So with this change
the cross-built perf will try to find the arm-eabi-objdump on Android.
Is it an intended behavior? Is there an arm-eabi-objdump on Android?
Thanks,
Namhyung
--
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