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

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

From-SVN: r222747

ChangeLog
configure
configure.ac

index 21aed67a69c30e2197180e6a75468a81f7bd890c..da388733922de0166c2080a3d087096d6857d824 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.
+
 2014-12-19  Release Manager
 
        * GCC 4.8.4 released.
index ca2e09503035696a2ea5fdbeb675357924920baa..80cf60626b9b0d3f166aa8724e87a6e8b7384ff7 100755 (executable)
--- a/configure
+++ b/configure
@@ -3834,7 +3834,7 @@ fi
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  alpha*-*-linux*)
+  alpha*-linux*)
     host_makefile_frag="config/mh-alpha-linux"
     ;;
   hppa*-hp-hpux10*)
index 2000f33c9f8f86715a2eb48f8fb84b8d630a97b7..90221a706ec1307709d34fbdb7abc76afbda3822 100644 (file)
@@ -1154,7 +1154,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*)