mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-22 17:25:37 +01:00
Add mingw cross-compile test to all.sh
This commit is contained in:
parent
ab025803ed
commit
6448bceeb6
@ -187,6 +187,12 @@ grep -v '^ar: creating' armcc.stderr || exit 1
|
||||
rm armcc.stderr
|
||||
fi # armcc
|
||||
|
||||
if which i686-w64-mingw32-gcc >/dev/null; then
|
||||
msg "build: cross-mingw64, make" # ~ 30s
|
||||
cleanup
|
||||
CC=i686-w64-mingw32-gcc AR=i686-w64-mingw32-ar CFLAGS=-Werror WINDOWS_BUILD=1 make
|
||||
fi
|
||||
|
||||
# MemSan currently only available on Linux 64 bits
|
||||
if uname -a | grep 'Linux.*x86_64' >/dev/null; then
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user