config.host (sh*-*-linux*): Fix typo.
* config.host (sh*-*-linux*): Fix typo. From-SVN: r174631
This commit is contained in:
parent
4241f8a299
commit
82f247af45
2 changed files with 5 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue