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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DD57E1382C5 for ; Mon, 21 Dec 2020 14:14:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34940E08BB; Mon, 21 Dec 2020 14:14:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 19284E08BB for ; Mon, 21 Dec 2020 14:14:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 90CE6341502 for ; Mon, 21 Dec 2020 14:14:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1A35639F for ; Mon, 21 Dec 2020 14:14:29 +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: <1608560046.1d76d127db357bab33ae5c7955c24d11dc2912fa.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools/ X-VCS-Repository: proj/releng X-VCS-Files: tools/catalyst-auto-riscv.conf X-VCS-Directories: tools/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1d76d127db357bab33ae5c7955c24d11dc2912fa X-VCS-Branch: master Date: Mon, 21 Dec 2020 14:14:29 +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: 1fc06efe-eb84-4806-bcdd-f61595c8b16b X-Archives-Hash: 253a9d22e4cc6877e6340599034e5ccc commit: 1d76d127db357bab33ae5c7955c24d11dc2912fa Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 21 14:14:06 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 21 14:14:06 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1d76d127 Add ilp32 specs set Signed-off-by: Andreas K. Hüttel gentoo.org> tools/catalyst-auto-riscv.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/catalyst-auto-riscv.conf b/tools/catalyst-auto-riscv.conf index fdc29375..4a5d40b5 100644 --- a/tools/catalyst-auto-riscv.conf +++ b/tools/catalyst-auto-riscv.conf @@ -12,6 +12,7 @@ SETS=" lp64 lp64d_systemd lp64_systemd + ilp32 " SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec" @@ -19,6 +20,7 @@ SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec" SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec" SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec" SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec" +SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec" #KCONFIG_DIR=${REPO_DIR}/releases/kconfig/${ARCH}