Skip to content

Commit

Permalink
all.sh: build_mingw: test build default config without MBEDTLS_AESNI_C
Browse files Browse the repository at this point in the history
Signed-off-by: Pengyu Lv <pengyu.lv@arm.com>
  • Loading branch information
lpy4105 committed Oct 20, 2023
1 parent b2ca032 commit 1446cd9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scripts/all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3330,6 +3330,9 @@ component_build_mingw () {
msg "build: Windows cross build - mingw64, make (Library only, AESNI intrinsics)" # ~ 30s
make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall -Wextra -maes -msse2 -mpclmul' WINDOWS_BUILD=1 lib
msg "build: Windows cross build - mingw64, make (Library only, default config without MBEDTLS_AESNI_C)" # ~ 30s
make CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar LD=i686-w64-minggw32-ld CFLAGS='-Werror -Wall -Wextra -maes -msse2 -mpclmul' WINDOWS_BUILD=1 lib
}
support_build_mingw() {
case $(i686-w64-mingw32-gcc -dumpversion 2>/dev/null) in
Expand Down

0 comments on commit 1446cd9

Please sign in to comment.