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 | |
parent | 175fa903557c6bad74770f6d6b3b0a98778a9e38 (diff) | |
download | gcc-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-x | configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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*) |