[lttng-dev] [PATCH] use AC_CHECK_TOOL for objcopy and strip
Nathan Lynch
Nathan_Lynch at mentor.com
Fri Dec 11 11:45:41 EST 2015
On 12/11/2015 10:43 AM, Nathan Lynch wrote:
> The build steps for some tests refer directly to objcopy and strip,
> which when cross-compiling can result in:
>
> objcopy --only-keep-debug prog prog.debug
> objcopy: Unable to recognise the format of the input file `prog'
>
> Use AC_CHECK_TOOL to use appropriate programs for the target.
(This patch is for lttng-tools.)
More information about the lttng-dev
mailing list