mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-02-19 07:22:14 +08:00
Fix reference to putchar.o and puts.o which were moved to newlib as part of
initial check-in.
This commit is contained in:
parent
655e435357
commit
cfc4fc9deb
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user