config.host (sh*-*-linux*): Fix typo.

* config.host (sh*-*-linux*): Fix typo.

From-SVN: r174631
This commit is contained in:
Kaz Kojima 2011-06-04 02:38:24 +00:00
parent 4241f8a299
commit 82f247af45
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2011-06-04 Kaz Kojima <kkojima@gcc.gnu.org>
* config.host (sh*-*-linux*): Fix typo.
2011-06-03 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
* config/alpha/linux-unwind.h: Move from ../gcc/config/alpha.

View File

@ -574,7 +574,7 @@ sh-*-elf* | sh[12346l]*-*-elf* | \
case ${host} in
sh*-*-linux*)
tmake_file="${tmake_file} sh/t-linux"
md_unwind_header=sh/unwind-linux.h
md_unwind_header=sh/linux-unwind.h
;;
esac
;;