diff options
author | Kaz Kojima <kkojima@gcc.gnu.org> | 2008-10-24 22:10:52 +0000 |
---|---|---|
committer | Kaz Kojima <kkojima@gcc.gnu.org> | 2008-10-24 22:10:52 +0000 |
commit | 397979fa4dbedbfc03d13352bfb54737d629ce5d (patch) | |
tree | d46767c0bc80391e0815f7484a834c45f522ea5e /gcc | |
parent | 03ffcfa0dc9cd587b7e60314a6d14eff4f7986cf (diff) | |
download | gcc-397979fa4dbedbfc03d13352bfb54737d629ce5d.zip gcc-397979fa4dbedbfc03d13352bfb54737d629ce5d.tar.gz gcc-397979fa4dbedbfc03d13352bfb54737d629ce5d.tar.bz2 |
t-sh: Use $(MULTILIB_CFLAGS) when compiling to unwind-dw2-Os-4-200.o.
* config/sh/t-sh: Use $(MULTILIB_CFLAGS) when compiling to
unwind-dw2-Os-4-200.o.
From-SVN: r141352
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config/sh/t-sh | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e294197..ecd9081 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2008-10-24 Kaz Kojima <kkojima@gcc.gnu.org> + + * config/sh/t-sh: Use $(MULTILIB_CFLAGS) when compiling to + unwind-dw2-Os-4-200.o. + 2008-10-24 Joseph Myers <joseph@codesourcery.com> * c-typeck.c (enum impl_conv): Remove ic_argpass_nonproto. diff --git a/gcc/config/sh/t-sh b/gcc/config/sh/t-sh index 4f9934b..5f1e8fb 100644 --- a/gcc/config/sh/t-sh +++ b/gcc/config/sh/t-sh @@ -101,7 +101,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) |