]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
backport: t-sh: Use $(MULTILIB_CFLAGS) when compiling to unwind-dw2-Os-4-200.o.
authorKaz Kojima <kkojima@gcc.gnu.org>
Sun, 26 Oct 2008 01:31:31 +0000 (01:31 +0000)
committerKaz Kojima <kkojima@gcc.gnu.org>
Sun, 26 Oct 2008 01:31:31 +0000 (01:31 +0000)
Backport from mainline:
* config/sh/t-sh: Use $(MULTILIB_CFLAGS) when compiling to
unwind-dw2-Os-4-200.o.

From-SVN: r141369

gcc/ChangeLog
gcc/config/sh/t-sh

index e14d0e34ee4e78068d49c31b87e01c177d9e1955..fc3a36c52e9870a1fc5a6664589de4949dbf0eca 100644 (file)
@@ -1,3 +1,9 @@
+2008-10-25  Kaz Kojima  <kkojima@gcc.gnu.org>
+
+       Backport from mainline:
+       * config/sh/t-sh: Use $(MULTILIB_CFLAGS) when compiling to
+       unwind-dw2-Os-4-200.o.
+
 2008-10-07  H.J. Lu  <hongjiu.lu@intel.com>
 
        Backport from mainline:
index 3ebc09d6e3cf3b587817245377baa1191710b2ad..6190b1399c98a1ee8bf130071726b0b65abb3c4a 100644 (file)
@@ -99,7 +99,7 @@ $(T)sdivsi3_i4i-Os-4-200.o: $(srcdir)/config/sh/lib1funcs-Os-4-200.asm $(GCC_PAS
 $(T)udivsi3_i4i-Os-4-200.o: $(srcdir)/config/sh/lib1funcs-Os-4-200.asm $(GCC_PASSES)
        $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $@ -DL_udivsi3_i4i -x assembler-with-cpp $<
 $(T)unwind-dw2-Os-4-200.o: $(srcdir)/unwind-dw2.c $(srcdir)/unwind-generic.h unwind-pe.h unwind.inc unwind-dw2-fde.h unwind-dw2.h $(CONFIG_H) coretypes.h $(TM_H) $(MACHMODE_H) longlong.h config.status stmp-int-hdrs tsystem.h $(GCC_PASSES)
-       $(GCC_FOR_TARGET) $(LIBGCC2_CFLAGS) $(INCLUDES) $(vis_hide) -fexceptions -Os -c -o $@ $<
+       $(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) $(LIBGCC2_CFLAGS) $(INCLUDES) $(vis_hide) -fexceptions -Os -c -o $@ $<
 OBJS_Os_4_200=$(T)sdivsi3_i4i-Os-4-200.o $(T)udivsi3_i4i-Os-4-200.o $(T)unwind-dw2-Os-4-200.o
 $(T)libgcc-Os-4-200.a: $(OBJS_Os_4_200) $(GCC_PASSES)
        $(AR_CREATE_FOR_TARGET) $@ $(OBJS_Os_4_200)