mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-05-08 23:49:39 +00:00
Recognise mingw64 in config script
Reviewed-by: Matt Caswell <matt@openssl.org> (Merged from https://github.com/openssl/openssl/pull/2914)
This commit is contained in:
parent
6a6213556a
commit
c4bfccfff8
2
config
2
config
@ -848,6 +848,8 @@ case "$GUESSOS" in
|
|||||||
options="$options no-asm"
|
options="$options no-asm"
|
||||||
fi
|
fi
|
||||||
;;
|
;;
|
||||||
|
i[3456]86-*-mingw) OUT="mingw" ;;
|
||||||
|
x86_64-*-mingw) OUT="mingw64" ;;
|
||||||
# these are all covered by the catchall below
|
# these are all covered by the catchall below
|
||||||
# *-dgux) OUT="dgux" ;;
|
# *-dgux) OUT="dgux" ;;
|
||||||
mips-sony-newsos4) OUT="newsos4-gcc" ;;
|
mips-sony-newsos4) OUT="newsos4-gcc" ;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user