summaryrefslogtreecommitdiff
path: root/recipes-bsp
diff options
context:
space:
mode:
authorMax Krummenacher <max.krummenacher@toradex.com>2018-06-26 13:40:22 +0200
committerMax Krummenacher <max.krummenacher@toradex.com>2019-03-06 18:53:16 +0100
commit01ab73979ba76c39f3a8f5aa7018b138fb64248e (patch)
treee8d02c13eb44a12f8c1db4f9747855d83017f38f /recipes-bsp
parent17462aef75f26bf082aaf0714306dfabf9080bb1 (diff)
u-boot-fw-utils: fix compiler error with gcc 8
cc1: error: -mfloat-abi=hard: selected processor lacks an FPU Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
Diffstat (limited to 'recipes-bsp')
-rw-r--r--recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb2
1 files changed, 0 insertions, 2 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 8a831f0..097c711 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
@@ -36,8 +36,6 @@ PR = "${TDX_VER_ITEM}"
S = "${WORKDIR}/git"
-#actually this depend on the upstream U-Boot version and not on the machine
-CC_remove = "-mfpu=neon"
INSANE_SKIP_${PN} = "already-stripped"
EXTRA_OEMAKE_class-target = 'CROSS_COMPILE=${TARGET_PREFIX} CC="${CC} ${CFLAGS} ${LDFLAGS}" HOSTCC="${BUILD_CC} ${BUILD_CFLAGS} ${BUILD_LDFLAGS}" V=1'
EXTRA_OEMAKE_class-cross = 'ARCH=${TARGET_ARCH} CC="${CC} ${CFLAGS} ${LDFLAGS}" V=1'