Re: [lttng-dev] [PATCH] use AC_CHECK_TOOL for objcopy and strip

2015-12-11 Thread Nathan Lynch
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

[lttng-dev] [PATCH] use AC_CHECK_TOOL for objcopy and strip

2015-12-11 Thread Nathan Lynch
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. Signed-off-by: