mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* Makefile.in (CRT0S): Add back CRTfmode.o.
This commit is contained in:
parent
5930885278
commit
d25e2751e4
@ -1,3 +1,7 @@
|
||||
2007-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* Makefile.in (CRT0S): Add back CRTfmode.o.
|
||||
|
||||
2007-06-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||
|
||||
* include/stdlib.h: Don't include stdint.h. Conditionally define intptr_t.
|
||||
|
@ -171,7 +171,7 @@ FLAGS_TO_PASS:=\
|
||||
TARFILEEXT="$(TARFILEEXT)"
|
||||
|
||||
CRT0S = crt1.o dllcrt1.o crt2.o dllcrt2.o CRT_noglob.o crtmt.o crtst.o \
|
||||
CRT_fp8.o CRT_fp10.o txtmode.o binmode.o
|
||||
CRT_fp8.o CRT_fp10.o txtmode.o binmode.o CRTfmode.o
|
||||
MINGW_OBJS = CRTglob.o CRTfmode.o CRTinit.o dllmain.o gccmain.o \
|
||||
main.o crtst.o mthr_stub.o CRT_fp10.o txtmode.o \
|
||||
pseudo-reloc.o pseudo-reloc-list.o cpu_features.o
|
||||
|
Loading…
x
Reference in New Issue
Block a user