package/strace: disable mpers support
authorHeiko Thiery <heiko.thiery@gmail.com>
Mon, 7 Sep 2020 20:24:10 +0000 (22:24 +0200)
committerYann E. MORIN <yann.morin.1998@free.fr>
Tue, 8 Sep 2020 07:50:20 +0000 (09:50 +0200)
commitbae614258259289671c4b6e46564bbb88c972b26
tree4f4bd1a92efeb4d82e01afb910f6d2f45b4475b7
parent1fc322fa5a2d733995eeb68e76d63b6bc84fe174
package/strace: disable mpers support

On aarch64 With the config option "--enable-mpers=check" the configure.ac
script searchs for a 32bit compiler. When a matching compiler is found
in the PATH some compatiblity checks are done. This can fail when the
available kernel headers on host and buildroot target does not match.

Since buildroot does not support 32bit binaries when building for 64bit
architecture (no -m32 option) we can disable this option unconditionally.

When disabling unconditionally also the configuration for toolchain using
MUSL can be removed.

Cc: Baruch Siach <baruch@tkos.co.il>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Cc: Brandon Maier <brandon.maier@rockwellcollins.com>
Signed-off-by: Heiko Thiery <heiko.thiery@gmail.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
package/strace/strace.mk