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:59 +0100 |
commit | a7aec392577b72b593dc55139d80c3cf98cc6484 (patch) | |
tree | 657926f57b3c36ebacc3200a4e3292f90293a0a4 /meta/recipes-support/mpfr | |
parent | c1914d7a061212652c2024534a7cdfe1ab143f4e (diff) | |
download | poky-a7aec392577b72b593dc55139d80c3cf98cc6484.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 'meta/recipes-support/mpfr')
0 files changed, 0 insertions, 0 deletions