mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 12:33:36 +08:00
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate.
This commit is contained in:
parent
1419b114cf
commit
8a1599ab37
5
configure
vendored
5
configure
vendored
@ -2782,10 +2782,7 @@ case "${host}" in
|
||||
*-cygwin*)
|
||||
host_makefile_frag="config/mh-cygwin"
|
||||
;;
|
||||
*-mingw32*)
|
||||
host_makefile_frag="config/mh-mingw"
|
||||
;;
|
||||
*-mingw64*)
|
||||
*-mingw*)
|
||||
host_makefile_frag="config/mh-mingw"
|
||||
;;
|
||||
*-interix*)
|
||||
|
@ -1044,10 +1044,7 @@ case "${host}" in
|
||||
*-cygwin*)
|
||||
host_makefile_frag="config/mh-cygwin"
|
||||
;;
|
||||
*-mingw32*)
|
||||
host_makefile_frag="config/mh-mingw"
|
||||
;;
|
||||
*-mingw64*)
|
||||
*-mingw*)
|
||||
host_makefile_frag="config/mh-mingw"
|
||||
;;
|
||||
*-interix*)
|
||||
|
Loading…
Reference in New Issue
Block a user