diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-04-16 14:26:30 +0200 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2013-04-17 00:41:16 -0400 |
commit | ac714a78fdca481488d88f84b6332d28083a4511 (patch) | |
tree | e97a72b261ecb02de3219d94d517655e2552aa7d /units/Makefile | |
parent | ced2d10a28cff3bab6fb613652db5abde8ed940e (diff) |
configure: use AC_CHECK_TOOL for objcopy, strings and gperf
* using AC_PATH_TOOL does not allow to override it from shell environment
which is useful when cross-compiling
* with external toolchain I have different HOST_PREFIX and HOST_SYS
AC_PATH_TOOL is using HOST_SYS as prefix and fails to find objcopy
which is available only as ${TARGET_PREFIX}-objcopy then it tries
objcopy without prefix which is found on host, but that objcopy
does not work for !host (e.g. arm when building on x86) libs
Diffstat (limited to 'units/Makefile')
0 files changed, 0 insertions, 0 deletions