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>2015-01-03 14:55:19 +0100
committerMax Krummenacher <max.krummenacher@toradex.com>2015-05-12 10:04:33 +0200
commita13a585740049231625cccf5b7193067f9a0fdcb (patch)
treed508f7c8aa64b547d9e8d909405d156448cee491 /recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb
parentea49e9e9ec9fd3323336cb64e3cffbbf4bb595fb (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-fw-utils_git.bb')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb1
1 files changed, 1 insertions, 0 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 5b301dd..cf74405 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,6 +39,7 @@ SRCREV_apalis-t30 = "${SRCREV_T30}"
S = "${WORKDIR}/git"
#actually this depend on the upstream U-Boot version and not on the machine
+CC_remove_tegra3 = "-mfpu=neon"
EXTRA_OEMAKE_tegra3 = 'CC="${CC}"'
EXTRA_OEMAKE_tegra2 = 'HOSTCC="${CC}" HOSTSTRIP="true"'