Fix reference to putchar.o and puts.o which were moved to newlib as part of

initial check-in.
This commit is contained in:
Jeff Johnston 2009-12-10 17:22:11 +00:00
parent 655e435357
commit cfc4fc9deb
1 changed files with 2 additions and 2 deletions

View File

@ -69,8 +69,8 @@ CRT0 = crt0.o crt0_cygmon.o crt0_redboot.o
# Generic object files common to all targets.
GENOBJS_NO_TRAP = close.o create.o crt0.o fstat.o getchar1.o \
isatty.o lseek.o mem-layout.o misc.o open.o putchar.o \
puts.o read.o sbrk.o syscalls.o write.o
isatty.o lseek.o mem-layout.o misc.o open.o \
read.o sbrk.o syscalls.o write.o
GENOBJS = ${GENOBJS_NO_TRAP} trap_handle.o
# Object files specific to particular targets.