diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2011-11-04 00:41:58 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2011-11-04 00:41:58 +0000 |
commit | 02750c15b628ef6a426a08ca06b7ea5754bdca18 (patch) | |
tree | 64cc404c410da8724e7f1e311c42a33efd8562fd | |
parent | 0c08de8f8bb5d8b110152e2cefcbf66e318ba2b0 (diff) | |
download | gcc-02750c15b628ef6a426a08ca06b7ea5754bdca18.zip gcc-02750c15b628ef6a426a08ca06b7ea5754bdca18.tar.gz gcc-02750c15b628ef6a426a08ca06b7ea5754bdca18.tar.bz2 |
t-sh: Use $(gcc_compile) instead of $(compile).
* config/sh/t-sh: Use $(gcc_compile) instead of $(compile).
From-SVN: r180921
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config/sh/t-sh | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 880cdbd..722cc64 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2011-11-04 Kaz Kojima <kkojima@gcc.gnu.org> + + * config/sh/t-sh: Use $(gcc_compile) instead of $(compile). + 2011-11-03 Hans-Peter Nilsson <hp@axis.com> * config.host (crisv32-*-none, cris-*-none): Remove. diff --git a/libgcc/config/sh/t-sh b/libgcc/config/sh/t-sh index 2a7bc7d..1229b5c 100644 --- a/libgcc/config/sh/t-sh +++ b/libgcc/config/sh/t-sh @@ -43,7 +43,7 @@ libic_invalidate_array_4a.a: ic_invalidate_array_4a.o $(AR_CREATE_FOR_TARGET) $@ $< sdivsi3_i4i-Os-4-200.o: $(srcdir)/config/sh/lib1funcs-Os-4-200.S - $(compile) -c -DL_sdivsi3_i4i $< + $(gcc_compile) -c -DL_sdivsi3_i4i $< udivsi3_i4i-Os-4-200.o: $(srcdir)/config/sh/lib1funcs-Os-4-200.S $(gcc_compile) -c -DL_udivsi3_i4i $< unwind-dw2-Os-4-200.o: $(srcdir)/unwind-dw2.c |