mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-05 16:51:13 +08:00
config.host (sh*-*-linux*): Fix typo.
* config.host (sh*-*-linux*): Fix typo. From-SVN: r174631
This commit is contained in:
parent
4241f8a299
commit
82f247af45
@ -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…
x
Reference in New Issue
Block a user