config.host (sh*-*-linux*): Fix typo.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sat, 4 Jun 2011 02:38:24 +0000 (02:38 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sat, 4 Jun 2011 02:38:24 +0000 (02:38 +0000)
* config.host (sh*-*-linux*): Fix typo.

From-SVN: r174631

libgcc/ChangeLog
libgcc/config.host

index 5a4fec5139d4d9c3965d978bb1ebe1b9a3db8154..b1dace7cd988e191bc7a90f0c95a1822ee473e6a 100644 (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.
index c44ddd7b09ae2e68acb494dc98f657a613feaaa7..851ff9b9bdc009d75beb1306b5cd9b4ae86dc760 100644 (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
        ;;