From 01ab73979ba76c39f3a8f5aa7018b138fb64248e Mon Sep 17 00:00:00 2001 From: Max Krummenacher Date: Tue, 26 Jun 2018 13:40:22 +0200 Subject: 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 --- recipes-bsp/u-boot/u-boot-toradex-fw-utils_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'recipes-bsp') 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' -- cgit v1.2.3