From patchwork Mon Feb 17 00:20:09 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 38119 Received: (qmail 15088 invoked by alias); 17 Feb 2020 00:20:40 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 15018 invoked by uid 89); 17 Feb 2020 00:20:39 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-26.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RCVD_IN_DNSWL_NONE, SPF_HELO_PASS, SPF_NEUTRAL autolearn=ham version=3.3.1 spammy=HContent-Transfer-Encoding:8bit X-HELO: hera.aquilenet.fr From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd, commited 1/2] htl: Link internal htl tests against libpthread Date: Mon, 17 Feb 2020 01:20:09 +0100 Message-Id: <20200217002010.541245-1-samuel.thibault@ens-lyon.org> MIME-Version: 1.0 --- htl/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htl/Makefile b/htl/Makefile index 39294c64d1..11cf87adc0 100644 --- a/htl/Makefile +++ b/htl/Makefile @@ -208,7 +208,7 @@ ifeq (yes,$(build-shared)) $(addprefix $(objpfx), \ $(filter-out $(tests-static) $(xtests-static) $(tests-reverse) \ $(tests-nolibpthread), \ - $(tests) $(xtests) $(test-srcs))): $(objpfx)libpthread.so + $(tests) $(tests-internal) $(xtests) $(test-srcs))): $(objpfx)libpthread.so endif $(addprefix $(objpfx),$(tests-static) $(xtests-static)): $(objpfx)libpthread.a