diff options
author | Nick Clifton <nickc@redhat.com> | 2008-04-04 11:15:58 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-04-04 11:15:58 +0000 |
commit | 8a1599ab37f85aec096cf6326b1bc8027572b020 (patch) | |
tree | 36c5f4b27a55553bbb6a9b7d4410d0308197a7f1 /configure.ac | |
parent | 1419b114cf0f716997475db95431b28fcdaf480f (diff) | |
download | binutils-8a1599ab37f85aec096cf6326b1bc8027572b020.zip binutils-8a1599ab37f85aec096cf6326b1bc8027572b020.tar.gz binutils-8a1599ab37f85aec096cf6326b1bc8027572b020.tar.bz2 |
PR other/35151
* configure.ac: Combine rules for mingw32 and mingw64.
* configure: Regenerate.
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/configure.ac b/configure.ac index f85eb2e..b7be3ad 100644 --- a/configure.ac +++ b/configure.ac @@ -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*) |