projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1419b11
)
PR other/35151
author
Nick Clifton
<nickc@redhat.com>
Fri, 4 Apr 2008 11:15:58 +0000
(11:15 +0000)
committer
Nick Clifton
<nickc@redhat.com>
Fri, 4 Apr 2008 11:15:58 +0000
(11:15 +0000)
* configure.ac: Combine rules for mingw32 and mingw64.
* configure: Regenerate.
configure
patch
|
blob
|
history
configure.ac
patch
|
blob
|
history
diff --git
a/configure
b/configure
index 32d003cd354b566655464ffec80e844de9672b01..0fc08b58edefdfae026fec24ff2a40007f8d9fad 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-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*)
diff --git
a/configure.ac
b/configure.ac
index f85eb2e72d02857ce3f0270175069c17c010f12b..b7be3ad4cdfb1986110b8b5c6578dc2875b9c4e7 100644
(file)
--- 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*)