From 84edbcc21b84c3aaa2f47a906ac040905d5a11bc Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Sun, 2 Nov 2014 11:44:18 +0100 Subject: u-boot-fw-utils: fix passing of compiler options Without this the compiler tries to use a soft abi and stops with an error. fatal error: gnu/stubs-soft.h: No such file or directory # include --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb') diff --git a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb index d3062f9..5b301dd 100644 --- a/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb +++ b/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb @@ -39,7 +39,7 @@ SRCREV_apalis-t30 = "${SRCREV_T30}" S = "${WORKDIR}/git" #actually this depend on the upstream U-Boot version and not on the machine -EXTRA_OEMAKE_tegra3 = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"' +EXTRA_OEMAKE_tegra3 = 'CC="${CC}"' EXTRA_OEMAKE_tegra2 = 'HOSTCC="${CC}" HOSTSTRIP="true"' INSANE_SKIP_${PN} = "already-stripped" -- cgit v1.2.3