2007-10-01 Markus Deuling <deuling@de.ibm.com>
* spu/Makefile.in: add dependencies for crt files.
This commit is contained in:
parent
eae493d8a8
commit
bd6f74fda8
@ -1,3 +1,7 @@
|
|||||||
|
2007-10-01 Markus Deuling <deuling@de.ibm.com>
|
||||||
|
|
||||||
|
* spu/Makefile.in: add dependencies for crt files.
|
||||||
|
|
||||||
2007-10-01 Patrick Mansfield <patmans@us.ibm.com>
|
2007-10-01 Patrick Mansfield <patmans@us.ibm.com>
|
||||||
|
|
||||||
* spu/sbrk.c: Use the current stack pointer value rather than the
|
* spu/sbrk.c: Use the current stack pointer value rather than the
|
||||||
|
@ -121,16 +121,16 @@ libgloss.a: $(EVALOBJS)
|
|||||||
${RANLIB} $@
|
${RANLIB} $@
|
||||||
|
|
||||||
# C Runtime Library startup code.
|
# C Runtime Library startup code.
|
||||||
crti.o:
|
crti.o: $(srcdir)/crti.S
|
||||||
$(CC) $(srcdir)/crti.S -c -o crti.o
|
$(CC) $(srcdir)/crti.S -c -o crti.o
|
||||||
|
|
||||||
crtn.o:
|
crtn.o: $(srcdir)/crtn.S
|
||||||
$(CC) $(srcdir)/crtn.S -c -o crtn.o
|
$(CC) $(srcdir)/crtn.S -c -o crtn.o
|
||||||
|
|
||||||
crt1.o:
|
crt1.o: $(srcdir)/crt0.S
|
||||||
$(CC) $(srcdir)/crt0.S -c -o crt1.o
|
$(CC) $(srcdir)/crt0.S -c -o crt1.o
|
||||||
|
|
||||||
crt2.o:
|
crt2.o: $(srcdir)/crt0.S
|
||||||
$(CC) $(srcdir)/crt0.S -D_STD_MAIN -c -o crt2.o
|
$(CC) $(srcdir)/crt0.S -D_STD_MAIN -c -o crt2.o
|
||||||
|
|
||||||
doc:
|
doc:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user