diff options
author | Matthias Klose <doko@ubuntu.com> | 2015-05-03 17:31:26 +0000 |
---|---|---|
committer | Matthias Klose <doko@gcc.gnu.org> | 2015-05-03 17:31:26 +0000 |
commit | cabb9d59a232a7b209ca86bd3c88da8c7dda8e83 (patch) | |
tree | 592b909e46e70c9e5e8e91d9bdaf072cb877d9cc /configure.ac | |
parent | 175fa903557c6bad74770f6d6b3b0a98778a9e38 (diff) | |
download | gcc-cabb9d59a232a7b209ca86bd3c88da8c7dda8e83.tar.gz |
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.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 8c85a08c382..987dfab411d 100644 --- a/configure.ac +++ b/configure.ac @@ -1297,7 +1297,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*) |