From: Matthias Klose Date: Sun, 3 May 2015 17:28:00 +0000 (+0000) Subject: configure.ac: Match $host configured with triplets. X-Git-Tag: releases/gcc-4.9.3~170 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0bc796c9b362943b485634cb61b1d0b1849be91f;p=thirdparty%2Fgcc.git configure.ac: Match $host configured with triplets. 2015-05-03 Matthias Klose * configure.ac: Match $host configured with triplets. * configure: Regenerate. From-SVN: r222748 --- diff --git a/ChangeLog b/ChangeLog index 21a9792f1ea0..1374baea403d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2015-05-03 Matthias Klose + + * configure.ac: Match $host configured with triplets. + * configure: Regenerate. + 2014-12-04 Tobias Burnus * configure.ac: Permit also ISL 0.14 with CLooG. diff --git a/configure b/configure index d769d93ccf99..d9304d92c50d 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 2aee14a65042..41a30dda0c52 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*)