From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.io!.POSTED.blaine.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Re: [PATCH] configure: Remove obsolete check for -b i486-linuxaout Date: Sat, 24 Dec 2022 10:11:44 +0200 Message-ID: <83h6xl5igv.fsf@gnu.org> References: <87k02im2my.fsf@oldenburg.str.redhat.com> Injection-Info: ciao.gmane.io; posting-host="blaine.gmane.org:116.202.254.214"; logging-data="27534"; mail-complaints-to="usenet@ciao.gmane.io" Cc: emacs-devel@gnu.org To: Florian Weimer Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Sat Dec 24 09:12:25 2022 Return-path: Envelope-to: ged-emacs-devel@m.gmane-mx.org Original-Received: from lists.gnu.org ([209.51.188.17]) by ciao.gmane.io with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.92) (envelope-from ) id 1p8zdp-0006wL-Hj for ged-emacs-devel@m.gmane-mx.org; Sat, 24 Dec 2022 09:12:25 +0100 Original-Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1p8zdE-0005C1-RW; Sat, 24 Dec 2022 03:11:48 -0500 Original-Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zdC-0005Bc-WD for emacs-devel@gnu.org; Sat, 24 Dec 2022 03:11:47 -0500 Original-Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zdC-0005OC-Dt; Sat, 24 Dec 2022 03:11:46 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=References:Subject:In-Reply-To:To:From:Date: mime-version; bh=aTqs4dkhLJHyHB/z1IaWKuMUB15KMse1bsLo5JNbdrA=; b=Hk+8exJX4NGg qRIKNevSVSUPB+9HHR2+XAppDum5ufSviXEGM81zqkszUBqSspOIJVmoHIkVJcEKw6GcsxCG2rc0N cW/vARRpeE4Ae6OBXx5reZ13jZy+qmvxq+5ArY0Glfw7IjnrfsaIau2S81l/cWz5m24cNwie45VAd ra5WyrUgeLji05QUOEi/LDdhUGDOh10TSBHxs19K+X3ytQI1s1kai2TQechqaydFTt6935tOQvdTa zFMOE9Ga2e7Ijw+RVOHf0/0a/hSwDZjrR/cH2AI7HJEFAm7Q2/ZsyRYjsOvH2suJZDCDyKudabJuA UoTEtnOH1LwcuPk8tFt2qA==; Original-Received: from [87.69.77.57] (helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1p8zdB-0001KL-KY; Sat, 24 Dec 2022 03:11:45 -0500 In-Reply-To: <87k02im2my.fsf@oldenburg.str.redhat.com> (message from Florian Weimer on Fri, 23 Dec 2022 18:49:25 +0100) X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane-mx.org@gnu.org Xref: news.gmane.io gmane.emacs.devel:301828 Archived-At: > From: Florian Weimer > Date: Fri, 23 Dec 2022 18:49:25 +0100 > > If there are still a.out system arounds, they shouldn't need this > anymore because the toolchain has been fixed. > > * configure.ac (emacs_cv_b_link): Remove obsolete check. Thanks, I installed this on the master branch, since it sounds like this is a cleanup, not a real problem. If my conclusion is wrong, and this part of the configure script does cause problems, please post the details, and I will consider back-porting to the release branch.