mirror of git://gcc.gnu.org/git/gcc.git
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: r222749
This commit is contained in:
parent
8970d90c12
commit
bce5f7b888
|
|
@ -1,3 +1,8 @@
|
|||
2015-05-03 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* configure.ac: Match $host configured with triplets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-04-22 Release Manager
|
||||
|
||||
* GCC 5.1.0 released.
|
||||
|
|
|
|||
|
|
@ -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*)
|
||||
|
|
|
|||
|
|
@ -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*)
|
||||
|
|
|
|||
Loading…
Reference in New Issue