]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Makefile: build new-cygwin1.dll in a single step
authorCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Dec 2022 12:28:16 +0000 (13:28 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Tue, 13 Dec 2022 14:25:06 +0000 (15:25 +0100)
commit99bb3e937a0fdbc1e3acbdc7cefb31e54a89a6ac
tree972d0eec3c2859cfccf7e63c6453966581838563
parente454ca3ec585793728632070befd28959f1377b6
Cygwin: Makefile: build new-cygwin1.dll in a single step

The complicated build routine was only required because we needed
the .cygheap section at the end of the file, and the debug sections
broke this.  Now that the cygheap is out of the way, we really don't
have to do this anymore, and the build can just generate a DLL with
integrated debug info.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/Makefile.am
This page took 0.028929 seconds and 5 git commands to generate.