mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-14 17:03:28 +00:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user