summaryrefslogtreecommitdiffstats
path: root/contrib/gcc/config/alpha/t-crtbe
blob: 5e82b923c72085dfdf9d7b4344ebf23df902b684 (plain)
1
2
3
4
5
6
7
8
9
# Effectively disable the crtbegin/end rules using crtstuff.c
T = disable

# Assemble startup files.
crtbegin.o: $(srcdir)/config/alpha/crtbegin.asm $(GCC_PASSES)
	$(GCC_FOR_TARGET) -c -o crtbegin.o -x assembler $(srcdir)/config/alpha/crtbegin.asm

crtend.o: $(srcdir)/config/alpha/crtend.asm $(GCC_PASSES)
	$(GCC_FOR_TARGET) -c -o crtend.o -x assembler $(srcdir)/config/alpha/crtend.asm
OpenPOWER on IntegriCloud