]> 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:28:00 +0000 (17:28 +0000)
committerMatthias Klose <doko@gcc.gnu.org>
Sun, 3 May 2015 17:28:00 +0000 (17:28 +0000)
2015-05-03  Matthias Klose  <doko@ubuntu.com>

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

From-SVN: r222748

ChangeLog
configure
configure.ac

index 21a9792f1ea06d1095d83ffb4227596917e3155b..1374baea403d252d16a70c97fdb7d9a27d29efc9 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-04  Tobias Burnus  <burnus@net-b.de>
 
        * configure.ac: Permit also ISL 0.14 with CLooG.
index d769d93ccf994366c3a502ee90a498fc519a712e..d9304d92c50d4186c86b50db890ee0f843cbd08a 100755 (executable)
--- a/configure
+++ b/configure
@@ -3868,7 +3868,7 @@ fi
   *-mingw*)
     host_makefile_frag="config/mh-mingw"
     ;;
-  alpha*-*-linux*)
+  alpha*-linux*)
     host_makefile_frag="config/mh-alpha-linux"
     ;;
   hppa*-hp-hpux10*)
index 2aee14a6504241ceb72aa3442a7584a1233a8325..41a30dda0c52cf86df89feadb20a45b9b734af35 100644 (file)
@@ -1177,7 +1177,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*)