Commit 5a9967bf by Richard Kenner

(i*:MINGW*:*): New case.

From-SVN: r14330
parent e40a2418
...@@ -423,6 +423,9 @@ EOF ...@@ -423,6 +423,9 @@ EOF
i*:CYGWIN*:*) i*:CYGWIN*:*)
echo i386-pc-cygwin32 echo i386-pc-cygwin32
exit 0 ;; exit 0 ;;
i*:MINGW*:*)
echo i386-pc-mingw32
exit 0 ;;
p*:CYGWIN*:*) p*:CYGWIN*:*)
echo powerpcle-unknown-cygwin32 echo powerpcle-unknown-cygwin32
exit 0 ;; exit 0 ;;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment