mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 01:13:30 +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
|
ssdb=false
|
||||||
readline=true
|
readline=true
|
||||||
case ${FULLARCH} in
|
case ${FULLARCH} in
|
||||||
*-win95|*-winnt|*-win32|*-cygwin32|*-cygwin|*mingw*)
|
*-cygwin|*mingw*)
|
||||||
# `gcc -s' is broken in gnu-win32
|
|
||||||
# XXX actually strip = true is fine for MinGW / GCC, but
|
# XXX actually strip = true is fine for MinGW / GCC, but
|
||||||
# MSVC doesn't like it.
|
# MSVC doesn't like it.
|
||||||
strip=false
|
strip=false
|
||||||
|
|||||||
Reference in New Issue
Block a user