diff options
author | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-03 17:31:26 +0000 |
---|---|---|
committer | doko <doko@138bc75d-0d04-0410-961f-82ee72b054a4> | 2015-05-03 17:31:26 +0000 |
commit | bed3355c8b250fd5b664b90bf94c1970d2184dbe (patch) | |
tree | 592b909e46e70c9e5e8e91d9bdaf072cb877d9cc /configure.ac | |
parent | 2031fcbc0f639cf0bd40c2fef766298220d5878e (diff) | |
download | gcc-bed3355c8b250fd5b664b90bf94c1970d2184dbe.tar.gz |
2015-05-03 Matthias Klose <doko@ubuntu.com>
* configure.ac: Match $host configured with triplets.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@222750 138bc75d-0d04-0410-961f-82ee72b054a4
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*) |