From: Matthias Klose Date: Sun, 3 May 2015 17:26:29 +0000 (+0000) Subject: configure.ac: Match $host configured with triplets. X-Git-Tag: releases/gcc-4.8.5~139 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ac2c31738252d8f49a29bd30ab92a885dcec54e;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: r222747 --- diff --git a/ChangeLog b/ChangeLog index 21aed67a69c3..da388733922d 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-19 Release Manager * GCC 4.8.4 released. diff --git a/configure b/configure index ca2e09503035..80cf60626b9b 100755 --- 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*) diff --git a/configure.ac b/configure.ac index 2000f33c9f8f..90221a706ec1 100644 --- a/configure.ac +++ b/configure.ac @@ -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*)