From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id ABD4815852A for ; Mon, 19 Aug 2024 14:11:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F1319E2A38; Mon, 19 Aug 2024 14:11:21 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CE355E2A38 for ; Mon, 19 Aug 2024 14:11:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6F85340441 for ; Mon, 19 Aug 2024 14:11:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 358BA1EEA for ; Mon, 19 Aug 2024 14:11:19 +0000 (UTC) From: "Andreas K. Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas K. Hüttel" Message-ID: <1724076620.92bf8058ef85ff0ff98058a1213df33b758cbe24.dilfridge@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/default/linux/x86/23.0/i686/time64/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/default/linux/x86/23.0/i686/time64/make.defaults X-VCS-Directories: profiles/default/linux/x86/23.0/i686/time64/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 92bf8058ef85ff0ff98058a1213df33b758cbe24 X-VCS-Branch: master Date: Mon, 19 Aug 2024 14:11:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 25d78167-7379-4fa5-b124-1c6848088bc0 X-Archives-Hash: 4456d9166a61f47e4b6e7253a46e2b44 commit: 92bf8058ef85ff0ff98058a1213df33b758cbe24 Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Aug 19 14:10:20 2024 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Aug 19 14:10:20 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92bf8058 profiles, x86 time64: pick better CHOST following extensive discussions Signed-off-by: Andreas K. Hüttel gentoo.org> profiles/default/linux/x86/23.0/i686/time64/make.defaults | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profiles/default/linux/x86/23.0/i686/time64/make.defaults b/profiles/default/linux/x86/23.0/i686/time64/make.defaults index e842848fb66c..983829cdc512 100644 --- a/profiles/default/linux/x86/23.0/i686/time64/make.defaults +++ b/profiles/default/linux/x86/23.0/i686/time64/make.defaults @@ -1,5 +1,5 @@ # Copyright 2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -CHOST="i686-pc-linux-gnut64" +CHOST="i686-pc_t64-linux-gnu" CHOST_x86="${CHOST}"