mirror of git://gcc.gnu.org/git/gcc.git
re PR other/35151 (Combine mingw names)
PR other/35151 * configure.ac: Combine rules for mingw32 and mingw64. * configure: Regenerate. From-SVN: r133892
This commit is contained in:
parent
f4a1dd0dc7
commit
c53a18d377
|
@ -1,3 +1,9 @@
|
||||||
|
2008-04-04 NightStrike <NightStrike@gmail.com>
|
||||||
|
|
||||||
|
PR other/35151
|
||||||
|
* configure.ac: Combine rules for mingw32 and mingw64.
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2008-04-02 Kai Tietz <kai.tietz@onvision.com>
|
2008-04-02 Kai Tietz <kai.tietz@onvision.com>
|
||||||
|
|
||||||
* MAINTAINERS (Write After Approval): Add myself.
|
* MAINTAINERS (Write After Approval): Add myself.
|
||||||
|
|
|
@ -2782,10 +2782,7 @@ case "${host}" in
|
||||||
*-cygwin*)
|
*-cygwin*)
|
||||||
host_makefile_frag="config/mh-cygwin"
|
host_makefile_frag="config/mh-cygwin"
|
||||||
;;
|
;;
|
||||||
*-mingw32*)
|
*-mingw*)
|
||||||
host_makefile_frag="config/mh-mingw"
|
|
||||||
;;
|
|
||||||
*-mingw64*)
|
|
||||||
host_makefile_frag="config/mh-mingw"
|
host_makefile_frag="config/mh-mingw"
|
||||||
;;
|
;;
|
||||||
*-interix*)
|
*-interix*)
|
||||||
|
|
|
@ -1044,10 +1044,7 @@ case "${host}" in
|
||||||
*-cygwin*)
|
*-cygwin*)
|
||||||
host_makefile_frag="config/mh-cygwin"
|
host_makefile_frag="config/mh-cygwin"
|
||||||
;;
|
;;
|
||||||
*-mingw32*)
|
*-mingw*)
|
||||||
host_makefile_frag="config/mh-mingw"
|
|
||||||
;;
|
|
||||||
*-mingw64*)
|
|
||||||
host_makefile_frag="config/mh-mingw"
|
host_makefile_frag="config/mh-mingw"
|
||||||
;;
|
;;
|
||||||
*-interix*)
|
*-interix*)
|
||||||
|
|
Loading…
Reference in New Issue