From aa1d8808008b6b4a0c6fd757ee9381a4e8b79259 Mon Sep 17 00:00:00 2001 From: Michel-FK Date: Fri, 15 Jan 2021 11:48:08 +0100 Subject: [PATCH] restore -D__ARM_NEON__ in config Signed-off-by: Michel-FK --- FunKey/configs/funkey_defconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FunKey/configs/funkey_defconfig b/FunKey/configs/funkey_defconfig index ed22c57..d7fbb9a 100644 --- a/FunKey/configs/funkey_defconfig +++ b/FunKey/configs/funkey_defconfig @@ -13,7 +13,7 @@ BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/FunKey-Project/FunKey-OS/releases BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y BR2_TOOLCHAIN_EXTERNAL_CXX=y -BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad" +BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -D__ARM_NEON__" BR2_TARGET_GENERIC_HOSTNAME="FunKey" BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the FunKey" BR2_ROOTFS_DEVICE_TABLE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/device_table.txt"