Do not match against outdated configuration triples.

scripts/parse_ml_options.sh-subr.in:
   Do not match against of outdated configuration triples for Windows.
This commit is contained in:
Julien Fischer
2026-01-31 03:26:57 +11:00
parent 9454dd5e26
commit 8b9e6e00bb

View File

@@ -32,8 +32,7 @@ trace=false
ssdb=false
readline=true
case ${FULLARCH} in
*-win95|*-winnt|*-win32|*-cygwin32|*-cygwin|*mingw*)
# `gcc -s' is broken in gnu-win32
*-cygwin|*mingw*)
# XXX actually strip = true is fine for MinGW / GCC, but
# MSVC doesn't like it.
strip=false