summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorKaz Kojima <kkojima@gcc.gnu.org>2011-06-04 02:38:24 +0000
committerKaz Kojima <kkojima@gcc.gnu.org>2011-06-04 02:38:24 +0000
commit82f247af451f1be76fd19cfd822422600c5afa53 (patch)
treea2d1ab2e5010198dee4fde656c70f6947d3899e7 /libgcc/config.host
parent4241f8a299dd802ff618c468d7b83d94cc534b98 (diff)
downloadgcc-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.host2
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
;;