aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-05-03 17:28:00 +0000
committerMatthias Klose <doko@gcc.gnu.org>2015-05-03 17:28:00 +0000
commit0bc796c9b362943b485634cb61b1d0b1849be91f (patch)
tree8fd4ebb5d623bc30616207aa18120ccc1ba1b554
parent8e898c01e0c271c277b3d7e19f8f78f174b18666 (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: r222748
-rw-r--r--ChangeLog5
-rwxr-xr-xconfigure2
-rw-r--r--configure.ac2
3 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 21a9792f1ea..1374baea403 100644
--- 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.
diff --git a/configure b/configure
index d769d93ccf9..d9304d92c50 100755
--- 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*)
diff --git a/configure.ac b/configure.ac
index 2aee14a6504..41a30dda0c5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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*)