diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2011-06-04 02:38:24 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2011-06-04 02:38:24 +0000 |
commit | 82f247af451f1be76fd19cfd822422600c5afa53 (patch) | |
tree | a2d1ab2e5010198dee4fde656c70f6947d3899e7 /libgcc/config.host | |
parent | 4241f8a299dd802ff618c468d7b83d94cc534b98 (diff) | |
download | gcc-82f247af451f1be76fd19cfd822422600c5afa53.tar.gz |
config.host (sh*-*-linux*): Fix typo.
* config.host (sh*-*-linux*): Fix typo.
From-SVN: r174631
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index c44ddd7b09a..851ff9b9bdc 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -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 ;; |