mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-03-19 19:31:50 +00:00
recognize MinGW
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16254 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6f22256a38
commit
2f686dbc56
@ -110,6 +110,10 @@ case $build in
|
||||
AC_SUBST(OS,[Win32])
|
||||
platform_type="Win32"
|
||||
;;
|
||||
*-*-mingw*)
|
||||
AC_SUBST(OS,[Win32])
|
||||
platform_type="Win32"
|
||||
;;
|
||||
*)
|
||||
AC_SUBST(OS,[Unknown])
|
||||
platform_type="Unknown"
|
||||
|
Loading…
x
Reference in New Issue
Block a user