annotate libgcc/config/ia64/t-ia64 @ 0:a06113de4d67

first commit
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jul 2009 14:47:48 +0900
parents
children 04ced10e8804
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
1 CUSTOM_CRTSTUFF = yes
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
2
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
3 # Assemble startup files.
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
4 crtbegin.o: $(gcc_srcdir)/config/ia64/crtbegin.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
5 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
6 -o $@ $(gcc_srcdir)/config/ia64/crtbegin.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
7 crtend.o: $(gcc_srcdir)/config/ia64/crtend.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
8 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
9 -o $@ $(gcc_srcdir)/config/ia64/crtend.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
10 crtbeginS.o: $(gcc_srcdir)/config/ia64/crtbegin.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
11 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
12 -o $@ -DSHARED $(gcc_srcdir)/config/ia64/crtbegin.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
13 crtendS.o: $(gcc_srcdir)/config/ia64/crtend.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
14 $(CC) $(compile_deps) -I. -I$(gcc_objdir) -c -x assembler-with-cpp \
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
15 -o $@ -DSHARED $(gcc_srcdir)/config/ia64/crtend.asm
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
16
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
17 crtfastmath.o: $(gcc_srcdir)/config/ia64/crtfastmath.c
a06113de4d67 first commit
kent <kent@cr.ie.u-ryukyu.ac.jp>
parents:
diff changeset
18 $(gcc_compile) -c $(gcc_srcdir)/config/ia64/crtfastmath.c