mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2025-05-08 12:32:13 +00: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
|
rm armcc.stderr
|
||||||
fi # armcc
|
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
|
# MemSan currently only available on Linux 64 bits
|
||||||
if uname -a | grep 'Linux.*x86_64' >/dev/null; then
|
if uname -a | grep 'Linux.*x86_64' >/dev/null; then
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue