]> sourceware.org Git - newlib-cygwin.git/commit
* Makefile.in (VPATH): Drop CONFIG_DIR.
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 18 Jun 2013 09:45:37 +0000 (09:45 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 18 Jun 2013 09:45:37 +0000 (09:45 +0000)
commit943072f45ca34caf7b55db16f412bed94f7c27bc
treee796b9b0b1179779b5388554aa81d3198206ecb5
parentc38196884232bb12c0c4e04d1d31f6cbe1aca446
* Makefile.in (VPATH): Drop CONFIG_DIR.
(EXTRA_DLL_OFILES): Remove.
(DLL_OFILES): Remove EXTRA_DLL_OFILES.
(ASFLAGS): Define as -D_WIN64 on x86_64.
(GMON_OFILES): Add mcountFunc.o.
($(srcdir)/$(TLSOFFSETS_H)): Use target_cpu rather than CONFIG_DIR.
* configure.ac (CONFIG_DIR): Remove definition.
* configure: Regenerate.
* gcrt0.c: Use latest version from Mingw-w64 project.
* gmon.c: Ditto.
* gmon.h: Ditto.
* mcount.c: Ditto.
* mcountFunc.S: Ditto, new file.
* profil.c: Ditto.
* profil.h: Ditto.
* config: Remove entire directory.
12 files changed:
winsup/cygwin/ChangeLog
winsup/cygwin/Makefile.in
winsup/cygwin/config/i386/profile.h [deleted file]
winsup/cygwin/configure
winsup/cygwin/configure.ac
winsup/cygwin/gcrt0.c
winsup/cygwin/gmon.c
winsup/cygwin/gmon.h
winsup/cygwin/mcount.c
winsup/cygwin/mcountFunc.S [new file with mode: 0644]
winsup/cygwin/profil.c
winsup/cygwin/profil.h
This page took 0.031927 seconds and 5 git commands to generate.