X-Git-Url: https://oss.titaniummirror.com/gitweb?a=blobdiff_plain;f=gcc%2Fconfig%2Fcris%2Ft-cris;fp=gcc%2Fconfig%2Fcris%2Ft-cris;h=30ec633d3a3eab16073d966ed0f3689a77f6456a;hb=6fed43773c9b0ce596dca5686f37ac3fc0fa11c0;hp=e79550b3881da7b798fbe5a27233eedab87400d0;hpb=27b11d56b743098deb193d510b337ba22dc52e5c;p=msp430-gcc.git diff --git a/gcc/config/cris/t-cris b/gcc/config/cris/t-cris index e79550b3..30ec633d 100644 --- a/gcc/config/cris/t-cris +++ b/gcc/config/cris/t-cris @@ -7,9 +7,6 @@ # The makefile macros etc. are included in the order found in the # section "Target Fragment" in the gcc info-files (or the paper copy) of # "Using and Porting GCC" -# -# Don't run fixproto -STMP_FIXPROTO = LIB2FUNCS_EXTRA = _udivsi3.c _divsi3.c _umodsi3.c _modsi3.c CRIS_LIB1CSRC = $(srcdir)/config/cris/arit.c @@ -39,3 +36,6 @@ $(LIB2FUNCS_EXTRA): $(CRIS_LIB1CSRC) echo "#define L$$name" > tmp-$@ \ && echo '#include "$<"' >> tmp-$@ \ && mv -f tmp-$@ $@ + +$(out_object_file): gt-cris.h +gt-cris.h : s-gtype ; @true