0
|
1 CUSTOM_CRTSTUFF = yes
|
|
2
|
|
3 # Assemble startup files.
|
|
4 crtbegin.o: $(gcc_srcdir)/config/ia64/crtbegin.asm
|
|
5 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
|
6 -o $@ $(gcc_srcdir)/config/ia64/crtbegin.asm
|
|
7 crtend.o: $(gcc_srcdir)/config/ia64/crtend.asm
|
|
8 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
|
9 -o $@ $(gcc_srcdir)/config/ia64/crtend.asm
|
|
10 crtbeginS.o: $(gcc_srcdir)/config/ia64/crtbegin.asm
|
|
11 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
|
12 -o $@ -DSHARED $(gcc_srcdir)/config/ia64/crtbegin.asm
|
|
13 crtendS.o: $(gcc_srcdir)/config/ia64/crtend.asm
|
|
14 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
|
|
15 -o $@ -DSHARED $(gcc_srcdir)/config/ia64/crtend.asm
|
|
16
|
|
17 crtfastmath.o: $(gcc_srcdir)/config/ia64/crtfastmath.c
|
|
18 $(gcc_compile) -c $(gcc_srcdir)/config/ia64/crtfastmath.c
|