]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: Makefile: Drop all the "test dll" considerations
authorJon Turney <jon.turney@dronecode.org.uk>
Wed, 21 Dec 2022 13:29:49 +0000 (13:29 +0000)
committerJon Turney <jon.turney@dronecode.org.uk>
Wed, 21 Dec 2022 17:43:11 +0000 (17:43 +0000)
commit4e7817498efc8ad74b7266d034abc5c4e45de44e
treebe5e83780463f8ae4d9853ed6deab207d2a5dc45
parent09cb4cd2940ff4c8b863cfa2fd2b043b8da0dca2
Cygwin: Makefile: Drop all the "test dll" considerations

After 90236c3a2cf6, the testsuite is failing, as the cygwin0.dll
referenced by the implib that testsuite programs are linked with doesn't
exist anymore.

We don't need to make and link the testsuite with a specially named DLL,
as the cygwin DLL (since 526b0fbca377) takes into consideration the path
it's executing from to define separate "Cygwin installations", which
don't interact.

Fixes: 90236c3a2cf6 ("Cygwin: Makefile: build new-cygwin1.dll in a single step")
winsup/cygwin/Makefile.am
winsup/testsuite/winsup.api/winsup.exp
This page took 0.030357 seconds and 5 git commands to generate.