From patchwork Sun Mar 15 20:45:38 2026 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Samuel Thibault X-Patchwork-Id: 131765 Return-Path: X-Original-To: patchwork@sourceware.org Delivered-To: patchwork@sourceware.org Received: from vm01.sourceware.org (localhost [127.0.0.1]) by sourceware.org (Postfix) with ESMTP id 7A77E4B1A36F for ; Sun, 15 Mar 2026 20:46:09 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7A77E4B1A36F X-Original-To: libc-alpha@sourceware.org Delivered-To: libc-alpha@sourceware.org Received: from sonata.ens-lyon.org (domu-toccata.ens-lyon.fr [140.77.166.138]) by sourceware.org (Postfix) with ESMTPS id 37C284B35885 for ; Sun, 15 Mar 2026 20:45:41 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 37C284B35885 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ens-lyon.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=bounce.ens-lyon.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 37C284B35885 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.77.166.138 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1773607541; cv=none; b=u4Jnkxd6z5/A0dezAsxt7D9+vLSrnuFKk4IwQifA3I+5qU+T7onmCpNqfefDB0HaaXcML26q6N0G9I4PzJUAgjq59uKkr8Y1mxvWYD2VePQH6m+3zlzCKZpAFqr3ZaIGn+sZoZNMnaStcJdyO2+53Bwqo+2BYzvBlmAbJ7IhJro= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1773607541; c=relaxed/simple; bh=6XOhmikZp5yIKlv51LpCm/dt94yzVirQ+vGHvTm8uUE=; h=From:To:Subject:Date:Message-ID:MIME-Version; b=aZQP94LUxmxSjZxFSrD62rphZGHohSsdTCjX2ER4DmdI1s8dSGGkjeEShuKzhucHchiUMbM0ye29/sgiLLLxeoGh3cYCY08XQZOnn4dZbGPXKucrgc2DCdon9Z7TeZG0r1Rj7EAhP3Pyg/4dPepLf/VZSa93HauWthh+8Oi3OTE= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 37C284B35885 Received: from localhost (localhost [127.0.0.1]) by sonata.ens-lyon.org (Postfix) with ESMTP id 33616A0595; Sun, 15 Mar 2026 21:45:40 +0100 (CET) Received: from sonata.ens-lyon.org ([127.0.0.1]) by localhost (sonata.ens-lyon.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nUmiIh1mj-FW; Sun, 15 Mar 2026 21:45:40 +0100 (CET) Received: from end (aamiens-653-1-40-48.w83-192.abo.wanadoo.fr [83.192.199.48]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by sonata.ens-lyon.org (Postfix) with ESMTPSA id 17CA2A01C0; Sun, 15 Mar 2026 21:45:40 +0100 (CET) Received: from samy by end with local (Exim 4.99.1) (envelope-from ) id 1w1sLD-000000047iE-2l9k; Sun, 15 Mar 2026 21:45:39 +0100 From: Samuel Thibault To: libc-alpha@sourceware.org Cc: Samuel Thibault , commit-hurd@gnu.org Subject: [hurd,commited] elf: Drop librt.so from localplt-built-dso Date: Sun, 15 Mar 2026 21:45:38 +0100 Message-ID: <20260315204538.982949-1-samuel.thibault@ens-lyon.org> X-Mailer: git-send-email 2.51.0 MIME-Version: 1.0 X-Spam-Status: No, score=-12.1 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_DNSWL_BLOCKED, RCVD_IN_VALIDITY_RPBL_BLOCKED, RCVD_IN_VALIDITY_SAFE_BLOCKED, SPF_HELO_PASS, SPF_PASS, TXREP, URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: libc-alpha-bounces~patchwork=sourceware.org@sourceware.org It's always empty now. --- elf/Makefile | 3 --- 1 file changed, 3 deletions(-) diff --git a/elf/Makefile b/elf/Makefile index 32d9fdc221..efb9995e16 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -2235,9 +2235,6 @@ endif ifeq ($(have-thread-library),yes) localplt-built-dso += $(filter-out %_nonshared.a, $(shared-thread-library)) endif -ifneq ($(pthread-in-libc),yes) -localplt-built-dso += $(addprefix $(common-objpfx), rt/librt.so) -endif vpath localplt.data $(+sysdep_dirs)