Skip to content

Commit

Permalink
Merge pull request #6096 from SparkiDev/armv7a_neon_config
Browse files Browse the repository at this point in the history
ARMv7a neon configure.ac
  • Loading branch information
dgarske authored Feb 20, 2023
2 parents c055740 + 85314e6 commit 5ec62c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2286,7 +2286,7 @@ then
esac
AC_MSG_NOTICE([64bit ARMv8 found, setting mcpu to generic+crypto])
;;
armv7a)
armv7a*)
AM_CPPFLAGS="$AM_CPPFLAGS -march=armv7-a -mfpu=neon -DWOLFSSL_ARMASM_NO_HW_CRYPTO -DWOLFSSL_ARM_ARCH=7"
# Include options.h
AM_CCASFLAGS="$AM_CCASFLAGS -DEXTERNAL_OPTS_OPENVPN"
Expand Down

0 comments on commit 5ec62c8

Please sign in to comment.