From 38c691fde7ebb12dbb601c63df16364038cbeec2 Mon Sep 17 00:00:00 2001 From: Marcel Ziswiler Date: Tue, 11 Nov 2014 00:13:16 +0100 Subject: cbootimage/imx-loader/mtd-utils/tegrarcm: fix 32-bit build of our bsp/devtools --- recipes-devtools/imx-loader/imx-loader_git.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/imx-loader/imx-loader_git.bb b/recipes-devtools/imx-loader/imx-loader_git.bb index 95fb7f2..07915f9 100644 --- a/recipes-devtools/imx-loader/imx-loader_git.bb +++ b/recipes-devtools/imx-loader/imx-loader_git.bb @@ -13,9 +13,8 @@ S = "${WORKDIR}/git/" PR = "r1" -#we want mkfs.ubifs binary to run on a 32 bit architecture, on x86-64 this requires the 32 bit compatibility libs -#FIXME: this does not work, currently we have to compile the 32bit binary on a 32bit machine -#EXTRA_OEMAKE_class-native = "'CC=${CC}' 'RANLIB=${RANLIB}' 'AR=${AR}' 'CFLAGS=${CFLAGS} -I${S}/include -DWITHOUT_XATTR -m32' 'BUILDDIR=${S}'" +#we want imx_usb 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'" BBCLASSEXTEND = "native" -- cgit v1.2.3