summaryrefslogtreecommitdiff
path: root/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2015-01-03 14:55:19 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:33 +0200
commitf0d144c9837e385790fad51bc074271fab268d4c (patch)
treefdabce3211cc613fd0f61aa051128f0f1596af99 /recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
parent81f6764f19f2638bee9ec8eb1f67c92fb00c686c (diff)
u-boot-fw-utils: fix compiler options
With dizzy we got compiler errors when compiling with the new 4.9 gcc.
Diffstat (limited to 'recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
index fb9e40a..aba1031 100644
--- a/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
+++ b/recipes-bsp/u-boot/u-boot-toradex-fsl-fw-utils_git.bb
@@ -26,7 +26,7 @@ PR = "r0"
S = "${WORKDIR}/git"
-EXTRA_OEMAKE = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${TARGET_PREFIX}gcc ${TOOLCHAIN_OPTIONS}"'
+EXTRA_OEMAKE = 'CC="${CC}"'
inherit uboot-config