]> git.ipfire.org Git - thirdparty/gcc.git/blob - gcc/config/alpha/t-crtbe
configure.in (alpha-linux*, [...]): Add crtbeginS.o and crtendS.o.
[thirdparty/gcc.git] / gcc / config / alpha / t-crtbe
1 # Effectively disable the crtbegin/end rules using crtstuff.c
2 T = disable
3
4 # Assemble startup files.
5 crtbegin.o: $(srcdir)/config/alpha/crtbegin.asm $(GCC_PASSES)
6 $(GCC_FOR_TARGET) -c -o crtbegin.o -x assembler-with-cpp $(srcdir)/config/alpha/crtbegin.asm
7 crtend.o: $(srcdir)/config/alpha/crtend.asm $(GCC_PASSES)
8 $(GCC_FOR_TARGET) -c -o crtend.o -x assembler-with-cpp $(srcdir)/config/alpha/crtend.asm
9 crtbeginS.o: $(srcdir)/config/alpha/crtbegin.asm $(GCC_PASSES)
10 $(GCC_FOR_TARGET) -DSHARED -c -o crtbeginS.o -x assembler-with-cpp $(srcdir)/config/alpha/crtbegin.asm
11 crtendS.o: $(srcdir)/config/alpha/crtend.asm $(GCC_PASSES)
12 $(GCC_FOR_TARGET) -DSHARED -c -o crtendS.o -x assembler-with-cpp $(srcdir)/config/alpha/crtend.asm