configure.ac: Match $host configured with triplets.
authorMatthias Klose <doko@ubuntu.com>
Sun, 3 May 2015 17:31:26 +0000 (17:31 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Sun, 3 May 2015 17:31:26 +0000 (17:31 +0000)
2015-05-03  Matthias Klose  <doko@ubuntu.com>

        * configure.ac: Match $host configured with triplets.
        * configure: Regenerate.

From-SVN: r222750

ChangeLog
configure
configure.ac

index 6f05a28ea3cefadc2a15a0538aa8044028b9bc07..d4b60dda157ebef01dcc67b7ecfc7c00f534ba3a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2015-05-03  Matthias Klose  <doko@ubuntu.com>
+
+       * configure.ac: Match $host configured with triplets.
+       * configure: Regenerate.
+
 2015-04-22  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
 
        * Makefile.tpl: Remove surplus whitespace throughout.
index 7616f88a447b906930f717319100dce94771c989..a3f66bac77e435fb185bb34f36a7a57c23a05639 100755 (executable)
--- a/configure
+++ b/configure
@@ -3969,7 +3969,7 @@ fi
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  alpha*-*-linux*)
+  alpha*-linux*)
     host_makefile_frag="config/mh-alpha-linux"
     ;;
   hppa*-hp-hpux10*)
index 8c85a08c382f8de32a161df47fa80b06d72c2758..987dfab411dc9b597e3c73f8ccd3777a4352bb1c 100644 (file)
@@ -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*)