1LIB1ASMSRC = sh/lib1funcs.asm
2LIB1ASMFUNCS = _ashiftrt _ashiftrt_n _ashiftlt _lshiftrt _movstr \
3  _movstr_i4 _mulsi3 _sdivsi3 _sdivsi3_i4 _udivsi3 _udivsi3_i4 _set_fpscr \
4  $(LIB1ASMFUNCS_CACHE)
5
6# We want fine grained libraries, so use the new code to build the
7# floating point emulation libraries.
8FPBIT = fp-bit.c
9DPBIT = dp-bit.c
10
11dp-bit.c: $(srcdir)/config/fp-bit.c
12	cat $(srcdir)/config/fp-bit.c >> dp-bit.c
13
14fp-bit.c: $(srcdir)/config/fp-bit.c
15	echo '#define FLOAT' > fp-bit.c
16	cat $(srcdir)/config/fp-bit.c >> fp-bit.c
17
18$(T)crt1.o: $(srcdir)/config/sh/crt1.asm $(GCC_PASSES)
19	$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crt1.o -x assembler-with-cpp $(srcdir)/config/sh/crt1.asm
20$(T)crti.o: $(srcdir)/config/sh/crti.asm $(GCC_PASSES)
21	$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crti.o -x assembler-with-cpp $(srcdir)/config/sh/crti.asm
22$(T)crtn.o: $(srcdir)/config/sh/crtn.asm $(GCC_PASSES)
23	$(GCC_FOR_TARGET) $(MULTILIB_CFLAGS) -c -o $(T)crtn.o -x assembler-with-cpp $(srcdir)/config/sh/crtn.asm
24
25$(out_object_file): gt-sh.h
26gt-sh.h : s-gtype ; @true
27
28symbian.o: $(srcdir)/config/sh/symbian.c $(CONFIG_H) $(SYSTEM_H) coretypes.h $(TM_H) \
29  $(RTL_H) output.h flags.h $(TREE_H) expr.h toplev.h $(TM_P_H)
30	$(CC) -c $(ALL_CFLAGS) $(ALL_CPPFLAGS) $(INCLUDES) $(srcdir)/config/sh/symbian.c
31
32
33# Local Variables:
34# mode: Makefile
35# End:
36