mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 12:41:25 +08:00
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
This commit is contained in:
parent
175fa90355
commit
cabb9d59a2
@ -1,3 +1,8 @@
|
||||
2015-05-03 Matthias Klose <doko@ubuntu.com>
|
||||
|
||||
* configure.ac: Match $host configured with triplets.
|
||||
* configure: Regenerate.
|
||||
|
||||
2015-04-22 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
|
||||
|
||||
* Makefile.tpl: Remove surplus whitespace throughout.
|
||||
|
2
configure
vendored
2
configure
vendored
@ -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…
x
Reference in New Issue
Block a user