diff options
author | NightStrike <nightstrike@gmail.com> | 2008-04-04 11:16:10 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2008-04-04 11:16:10 +0000 |
commit | c53a18d377f7f6ceeccd08ee4083e8c2e2932b92 (patch) | |
tree | eea431c52c117424a3849bd24f4999bfa6186be7 /configure | |
parent | f4a1dd0dc725bf8baf3027afeca750642cb31ee1 (diff) | |
download | gcc-c53a18d377f7f6ceeccd08ee4083e8c2e2932b92.zip gcc-c53a18d377f7f6ceeccd08ee4083e8c2e2932b92.tar.gz gcc-c53a18d377f7f6ceeccd08ee4083e8c2e2932b92.tar.bz2 |
re PR other/35151 (Combine mingw names)
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64.
* configure: Regenerate.
From-SVN: r133892
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -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*) |