summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-05-03 17:31:26 +0000
committerMatthias Klose <doko@gcc.gnu.org>2015-05-03 17:31:26 +0000
commitcabb9d59a232a7b209ca86bd3c88da8c7dda8e83 (patch)
tree592b909e46e70c9e5e8e91d9bdaf072cb877d9cc /configure.ac
parent175fa903557c6bad74770f6d6b3b0a98778a9e38 (diff)
configure.ac: Match $host configured with triplets.
2015-05-03 Matthias Klose <doko@ubuntu.com> * configure.ac: Match $host configured with triplets. * configure: Regenerate. From-SVN: r222750
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 8c85a08c382..987dfab411d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1297,7 +1297,7 @@ case "${host}" in
*-mingw*)
host_makefile_frag="config/mh-mingw"
;;
- alpha*-*-linux*)
+ alpha*-linux*)
host_makefile_frag="config/mh-alpha-linux"
;;
hppa*-hp-hpux10*)