OSDN Git Service

Update copyright.
[pf3gnuchains/gcc-fork.git] / gcc / config / alpha / t-crtbe
1 # Effectively disable the crtbegin/end rules using crtstuff.c
2 T = disable
3
4 EXTRA_PARTS += crtbegin.o crtend.o crtbeginS.o crtendS.o
5
6 # Assemble startup files.
7 crtbegin.o: $(srcdir)/config/alpha/crtbegin.asm $(GCC_PASSES)
8         $(GCC_FOR_TARGET) -c -o crtbegin.o -x assembler-with-cpp -I. $(srcdir)/config/alpha/crtbegin.asm
9 crtend.o: $(srcdir)/config/alpha/crtend.asm $(GCC_PASSES)
10         $(GCC_FOR_TARGET) -c -o crtend.o -x assembler-with-cpp -I. $(srcdir)/config/alpha/crtend.asm
11 crtbeginS.o: $(srcdir)/config/alpha/crtbegin.asm $(GCC_PASSES)
12         $(GCC_FOR_TARGET) -DSHARED -c -o crtbeginS.o -x assembler-with-cpp -I. $(srcdir)/config/alpha/crtbegin.asm
13 crtendS.o: $(srcdir)/config/alpha/crtend.asm $(GCC_PASSES)
14         $(GCC_FOR_TARGET) -DSHARED -c -o crtendS.o -x assembler-with-cpp -I. $(srcdir)/config/alpha/crtend.asm