From b34fa66b4159cb6b0952a6821e73fdb93ae7714f Mon Sep 17 00:00:00 2001 From: Gerard Salvatella Date: Tue, 10 Jul 2018 14:49:28 +0200 Subject: recipes: get rid of the 32-bit host binaries Enforcing to build 32-bit binaries for native and portions thereof using -m32 in EXTRA_OEMAKE_class-native may lead to building errors. Also, it seems it's time to move on from 32-bit compatibility. Affected repositories: meta-toradex-demos meta-toradex-nxp meta-toradex-tegra Signed-off-by: Gerard Salvatella Acked-by: Marcel Ziswiler --- recipes-support/libcryptopp/libcryptopp_5.6.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-support') diff --git a/recipes-support/libcryptopp/libcryptopp_5.6.4.bb b/recipes-support/libcryptopp/libcryptopp_5.6.4.bb index 89514e6..11013cd 100644 --- a/recipes-support/libcryptopp/libcryptopp_5.6.4.bb +++ b/recipes-support/libcryptopp/libcryptopp_5.6.4.bb @@ -27,7 +27,7 @@ TARGET_CC_ARCH += "${LDFLAGS}" export PREFIX="${prefix}" #we want tegrarcm binary to run on a 32-bit architecture, on x86_64 this requires the 32-bit compatibility libs -EXTRA_OEMAKE_class-native = "CC='${CC} -m32' CXX='${CXX} -m32'" +EXTRA_OEMAKE_class-native = "CC='${CC}' CXX='${CXX}'" do_compile() { sed -i -e 's/^CXXFLAGS/#CXXFLAGS/' GNUmakefile -- cgit v1.2.3