Skip to content

Commit

Permalink
2015-05-03 Matthias Klose <doko@ubuntu.com>
Browse files Browse the repository at this point in the history
        * 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
  • Loading branch information
doko committed May 3, 2015
1 parent 2031fcb commit bed3355
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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*)
Expand Down

0 comments on commit bed3355

Please sign in to comment.