Make gimple_build_vector take a tree_vector_builder
[official-gcc.git] / libgcc / config / cris / t-cris
blobb582974a42eec18481d4b77908c950a8d56d5e74
1 LIB2ADD = _udivsi3.c _divsi3.c _umodsi3.c _modsi3.c
3 # The fixed-point arithmetic code is in one file, arit.c,
4 # similar to libgcc2.c (or the old libgcc1.c).  We need to
5 # "split it up" with one file per define.
6 $(LIB2ADD): $(srcdir)/config/cris/arit.c
7         name=`echo $@ | sed -e 's,.*/,,' | sed -e 's,.c$$,,'`; \
8         echo "#define L$$name" > tmp-$@ \
9         && echo '#include "$<"' >> tmp-$@ \
10         && mv -f tmp-$@ $@