2015-05-03 Matthias Klose <doko@ubuntu.com>
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 May 2015 17:31:26 +0000 (17:31 +0000)
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 3 May 2015 17:31:26 +0000 (17:31 +0000)
        * configure.ac: Match $host configured with triplets.
        * configure: Regenerate.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222750 138bc75d-0d04-0410-961f-82ee72b054a4

ChangeLog
configure
configure.ac

index 6f05a28..d4b60dd 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 7616f88..a3f66ba 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 8c85a08..987dfab 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*)