Skip to content

Commit aa1d880

Browse files
committed
restore -D__ARM_NEON__ in config
Signed-off-by: Michel-FK <[email protected]>
1 parent afeaa57 commit aa1d880

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FunKey/configs/funkey_defconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ BR2_TOOLCHAIN_EXTERNAL_URL="https://github.com/FunKey-Project/FunKey-OS/releases
1313
BR2_TOOLCHAIN_EXTERNAL_HEADERS_4_14=y
1414
BR2_TOOLCHAIN_EXTERNAL_CUSTOM_MUSL=y
1515
BR2_TOOLCHAIN_EXTERNAL_CXX=y
16-
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad"
16+
BR2_TARGET_OPTIMIZATION="-fno-PIC -march=armv7-a+neon-vfpv4 -mtune=cortex-a7 -mfpu=neon-vfpv4 -mvectorize-with-neon-quad -D__ARM_NEON__"
1717
BR2_TARGET_GENERIC_HOSTNAME="FunKey"
1818
BR2_TARGET_GENERIC_ISSUE="Welcome to Buildroot for the FunKey"
1919
BR2_ROOTFS_DEVICE_TABLE="$(BR2_EXTERNAL_FUNKEY_PATH)/board/funkey/device_table.txt"

0 commit comments

Comments
 (0)