diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2013-04-17 00:01:44 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-16 23:05:53 +0100 |
commit | c237e5464a99b55f9a0c9cdcf8deeb4cc377ed3f (patch) | |
tree | 2b76f7a552f6a4ca3a4548028d8a8d3267ad2862 /README.hardware | |
parent | 4b992175bfe1822839c2e6762162bf36fe4037ab (diff) | |
download | poky-c237e5464a99b55f9a0c9cdcf8deeb4cc377ed3f.tar.gz |
systemd: use AC_CHECK_TOOL instead of AC_PATH_TOOL when checking objcopy, strings, gperf
* 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
then it tries objcopy without prefix which is found on host, but
that objcopy does not work for arm libs
* with internal toolchain gperf is not prefixed with HOST_PREFIX, but
fallback to "gperf" only finds the one in native sysroot first
* based on http://lists.linuxtogo.org/pipermail/openembedded-core/2013-April/037985.html
(From OE-Core rev: 6ae99136f1c1c59f4e55331c43cf0c0bac5abcdd)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'README.hardware')
0 files changed, 0 insertions, 0 deletions