* rs6000/Makefile.in: Remove xil-exit.o.
This commit is contained in:
parent
8eab39e600
commit
6a0cef6012
|
@ -1,3 +1,7 @@
|
|||
2010-05-03 Michael Eager <eager@eagercon.com>
|
||||
|
||||
* rs6000/Makefile.in: Remove xil-exit.o.
|
||||
|
||||
2010-02-08 Conny Marco Menebrocker <c-m-m@gmx.de>
|
||||
|
||||
* xc16x/xc16x.mt: New file.
|
||||
|
|
|
@ -125,7 +125,7 @@ XIL_SCRIPTS = xilinx.ld xilinx440.ld
|
|||
XIL_SPECS =
|
||||
XIL_CRT0 = xil-crt0.o xil-pgcrt0.o xil-sim-crt0.o xil-sim-pgcrt0.o
|
||||
XIL_BSP = libxil.a
|
||||
XIL_OBJS = open.o close.o lseek.o sbrk.o read.o write.o print.o xil-exit.o
|
||||
XIL_OBJS = open.o close.o lseek.o sbrk.o read.o write.o print.o
|
||||
XIL_TEST = xil-test
|
||||
XIL_INSTALL = install-xil
|
||||
|
||||
|
@ -312,8 +312,6 @@ mbx-inbyte.o: mbx-inbyte.c
|
|||
mbx-outbyte.o: mbx-outbyte.c
|
||||
mbx-print.o: mbx-print.c
|
||||
|
||||
xil-exit.o: xil-exit.c
|
||||
|
||||
xil-crt0.o: xil-crt0.S
|
||||
${CC} -c -o $@ $<
|
||||
|
||||
|
|
Loading…
Reference in New Issue