aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorMatthias Klose <doko@ubuntu.com>2015-05-03 17:31:26 +0000
committerMatthias Klose <doko@gcc.gnu.org>2015-05-03 17:31:26 +0000
commitcabb9d59a232a7b209ca86bd3c88da8c7dda8e83 (patch)
tree592b909e46e70c9e5e8e91d9bdaf072cb877d9cc /configure
parent175fa903557c6bad74770f6d6b3b0a98778a9e38 (diff)
downloadgcc-cabb9d59a232a7b209ca86bd3c88da8c7dda8e83.zip
gcc-cabb9d59a232a7b209ca86bd3c88da8c7dda8e83.tar.gz
gcc-cabb9d59a232a7b209ca86bd3c88da8c7dda8e83.tar.bz2
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: r222750
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7616f88..a3f66ba 100755
--- 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*)