| Index: gcc/gcc/config/m32c/t-m32c
|
| diff --git a/gcc/gcc/config/m32c/t-m32c b/gcc/gcc/config/m32c/t-m32c
|
| index de2a54f344a8338ae2d3c59de53b7866abcdb738..30b8f6f0b45ee787565716553cdba6591dbd2bee 100644
|
| --- a/gcc/gcc/config/m32c/t-m32c
|
| +++ b/gcc/gcc/config/m32c/t-m32c
|
| @@ -1,5 +1,5 @@
|
| # Target Makefile Fragment for R8C/M16C/M32C
|
| -# Copyright (C) 2005, 2007
|
| +# Copyright (C) 2005, 2006, 2007, 2008, 2009
|
| # Free Software Foundation, Inc.
|
| # Contributed by Red Hat.
|
| #
|
| @@ -29,7 +29,7 @@ LIB1ASMFUNCS = \
|
| __m32c_ucmpsi2 \
|
| __m32c_jsri16
|
|
|
| -LIB2FUNCS_EXTRA = $(srcdir)/config/m32c/m32c-lib2.c
|
| +LIB2FUNCS_EXTRA = $(srcdir)/config/m32c/m32c-lib2.c $(srcdir)/config/m32c/m32c-lib2-trapv.c
|
|
|
| # floating point emulation libraries
|
|
|
| @@ -57,7 +57,7 @@ md : $(MD_FILES:%=$(srcdir)/config/m32c/%.md) $(srcdir)/config/m32c/t-m32c
|
| done > md
|
|
|
| m32c-pragma.o: $(srcdir)/config/m32c/m32c-pragma.c $(RTL_H) $(TREE_H) $(CONFIG_H) $(TM_H)
|
| - $(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
| + $(COMPILER) -c $(ALL_COMPILERFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $<
|
|
|
| # We support four CPU series, but R8C and M16C share one multilib, and
|
| # M32C and M32CM share another.
|
|
|