From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca by simark.ca with LMTP id Pj/PINUOdGYcnAAAWB0awg (envelope-from ) for ; Thu, 20 Jun 2024 07:13:25 -0400 Received: by simark.ca (Postfix, from userid 112) id 76F711E0C1; Thu, 20 Jun 2024 07:13:25 -0400 (EDT) Received: from server2.sourceware.org (server2.sourceware.org [8.43.85.97]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (prime256v1) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPS id 66F211E030 for ; Thu, 20 Jun 2024 07:13:23 -0400 (EDT) Received: from server2.sourceware.org (localhost [IPv6:::1]) by sourceware.org (Postfix) with ESMTP id E2E08388A410 for ; Thu, 20 Jun 2024 11:13:22 +0000 (GMT) Received: from gnu.wildebeest.org (gnu.wildebeest.org [45.83.234.184]) by sourceware.org (Postfix) with ESMTPS id 88E0F3888C71; Thu, 20 Jun 2024 11:12:11 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 88E0F3888C71 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=klomp.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=klomp.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 88E0F3888C71 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=45.83.234.184 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718881933; cv=none; b=kI6Qp7jz12E9o2+2UlYpNLYlNPggzILEc0idXIFQr0RU0/MV7MHgwr7vCt8AyyQIn0fxiUCXqdqGgpYuQO+lsW5oBEGZ32PFH9k70/femSEs2CW+k7cZRnYkKnIQUZ+oxsTl5XntlJWHWLFEFMZFIw8kpP8FSNA4QCJgOvqXRrQ= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1718881933; c=relaxed/simple; bh=n6SafA5Y0czd7fmPUe7nKgqhc0CkMXOHEFYWEdeumOY=; h=Message-ID:Subject:From:To:Date:MIME-Version; b=sPDIGFMC3cXUYcMJNxphaWEvgwhx3/9qrTCwgXPkA5+EDrfnTEawXjDeofu+hT+6xjrHzMGZ5sqaE2z62DHTJ2SlFG4/Mq9xS1qKy/NRJgFHqQKW0REh9Lx5ZvL12OE0sBx2Ck5wmTEzaIoy/JDTTzErjMALtijfHInAa6bNn/o= ARC-Authentication-Results: i=1; server2.sourceware.org Received: from r6.localdomain (82-217-174-174.cable.dynamic.v4.ziggo.nl [82.217.174.174]) (using TLSv1.2 with cipher ADH-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by gnu.wildebeest.org (Postfix) with ESMTPSA id 103D43000593; Thu, 20 Jun 2024 13:12:10 +0200 (CEST) Received: by r6.localdomain (Postfix, from userid 1000) id 80ED83401EF; Thu, 20 Jun 2024 13:12:09 +0200 (CEST) Message-ID: Subject: Re: Remove LIBINTL_DEP From: Mark Wielaard To: Alan Modra , binutils@sourceware.org, gdb-patches@sourceware.org Date: Thu, 20 Jun 2024 13:12:09 +0200 In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.52.2 (3.52.2-1.fc40) MIME-Version: 1.0 X-Spam-Status: No, score=-7.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, JMQ_SPF_NEUTRAL, KAM_DMARC_STATUS, RCVD_IN_BARRACUDACENTRAL, SPF_HELO_NONE, SPF_PASS, TXREP, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.30 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: gdb-patches-bounces+public-inbox=simark.ca@sourceware.org Hi Alan, On Thu, 2024-06-20 at 18:34 +0930, Alan Modra wrote: > The intl directory in the source no longer exists. LIBINTL_DEP is > thus always empty. Remove references to it. > gdb/ > * Makefile.in (INTL_DEPS): Don't set or reference. > * configure: Regenerate. > gdbserver/ > * Makefile.in (INTL_DEPS): Don't set or reference. > gdbsupport/ > * Makefile.in: Regenerate. > * configure: Regenerate. The binutils-gdb-autoregen bot claims configure in gdbserver/ also needs to be regenerated: https://builder.sourceware.org/buildbot/#/builders/270/builds/2527 diff --git a/gdbserver/configure b/gdbserver/configure index 3abc647acda..5a76f96cf08 100755 --- a/gdbserver/configure +++ b/gdbserver/configure @@ -647,7 +647,6 @@ INSTOBJEXT DATADIRNAME CATALOGS INCINTL -LIBINTL_DEP POSUB LTLIBINTL LIBINTL @@ -12945,7 +12944,6 @@ fi =20 =20 =20 - { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether NLS is requested" >&5 $as_echo_n "checking whether NLS is requested... " >&6; } if test x"$USE_NLS" !=3D xyes; then Cheers, Mark