summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2014-11-02 11:44:18 +0100
committerMax Krummenacher <max.oss.09@gmail.com>2015-03-31 21:50:34 +0200
commit84edbcc21b84c3aaa2f47a906ac040905d5a11bc (patch)
treee2d97dbd5579ff5610aca3f4b3a09e64e4a7cc95 /recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
parent464217ece552fe04d1e05cf266d79d96eee7f3b9 (diff)
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 <gnu/stubs-soft.h>
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
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"