]> 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 13:16:13 +0000 (14:16 +0100)
commit90236c3a2cf6eb9aecb6d103612c57db3c14b066
treeb00bb00dd56cda70f35152a61448d0f5dcfa2f0a
parentf34db341fc8d6dbec37946dc537331be50f90343
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.031247 seconds and 5 git commands to generate.