aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authordoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-03 17:31:26 +0000
committerdoko <doko@138bc75d-0d04-0410-961f-82ee72b054a4>2015-05-03 17:31:26 +0000
commitbed3355c8b250fd5b664b90bf94c1970d2184dbe (patch)
tree592b909e46e70c9e5e8e91d9bdaf072cb877d9cc /configure
parent2031fcbc0f639cf0bd40c2fef766298220d5878e (diff)
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')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7616f88a447..a3f66bac77e 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*)