* rs6000/Makefile.in: Remove xil-exit.o.

This commit is contained in:
Corinna Vinschen 2010-05-03 15:15:53 +00:00
parent 8eab39e600
commit 6a0cef6012
2 changed files with 5 additions and 3 deletions

View File

@ -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.

View 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 $@ $<