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 7BEAE139335 for ; Tue, 29 Jun 2021 20:16:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8C44AE0809; Tue, 29 Jun 2021 20:16:43 +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 72581E0809 for ; Tue, 29 Jun 2021 20:16:43 +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 2C665335C9C for ; Tue, 29 Jun 2021 20:16:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C4D3B4C3 for ; Tue, 29 Jun 2021 20:16:40 +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: <1624997420.bd940dd8e05441c77418c61d197e92f526e890bb.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs-qemu/riscv/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs-qemu/riscv/stage1-ilp32.spec releases/specs-qemu/riscv/stage3-ilp32.spec X-VCS-Directories: releases/specs-qemu/riscv/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: bd940dd8e05441c77418c61d197e92f526e890bb X-VCS-Branch: master Date: Tue, 29 Jun 2021 20:16:40 +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: 97f3209a-8ac4-462e-befe-18c87474878d X-Archives-Hash: 7365d7533683c2e656ded0f45623b01b commit: bd940dd8e05441c77418c61d197e92f526e890bb Author: Andreas K. Hüttel gentoo org> AuthorDate: Tue Jun 29 20:10:20 2021 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Tue Jun 29 20:10:20 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=bd940dd8 Drop riscv32 stages, doesnt work yet Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs-qemu/riscv/stage1-ilp32.spec | 15 --------------- releases/specs-qemu/riscv/stage3-ilp32.spec | 13 ------------- 2 files changed, 28 deletions(-) diff --git a/releases/specs-qemu/riscv/stage1-ilp32.spec b/releases/specs-qemu/riscv/stage1-ilp32.spec deleted file mode 100644 index 76fdef1d..00000000 --- a/releases/specs-qemu/riscv/stage1-ilp32.spec +++ /dev/null @@ -1,15 +0,0 @@ -subarch: rv32_ilp32 -target: stage1 -version_stamp: @TIMESTAMP@ -cflags: -O2 -pipe -interpreter: /usr/bin/qemu-riscv32 -rel_type: default -profile: default/linux/riscv/17.0/rv32imac/ilp32 -snapshot: @TIMESTAMP@ -source_subpath: default/stage3-rv32_ilp32-latest -compression_mode: pixz -decompressor_search_order: xz bzip2 -update_seed: yes -update_seed_command: -uDN @world -portage_confdir: @REPO_DIR@/releases/portage/stages-qemu -portage_prefix: releng diff --git a/releases/specs-qemu/riscv/stage3-ilp32.spec b/releases/specs-qemu/riscv/stage3-ilp32.spec deleted file mode 100644 index 36921587..00000000 --- a/releases/specs-qemu/riscv/stage3-ilp32.spec +++ /dev/null @@ -1,13 +0,0 @@ -subarch: rv32_ilp32 -target: stage3 -version_stamp: @TIMESTAMP@ -cflags: -O2 -pipe -interpreter: /usr/bin/qemu-riscv32 -rel_type: default -profile: default/linux/riscv/17.0/rv32imac/ilp32 -snapshot: @TIMESTAMP@ -source_subpath: default/stage1-rv32_ilp32-@TIMESTAMP@ -compression_mode: pixz -decompressor_search_order: xz bzip2 -portage_confdir: @REPO_DIR@/releases/portage/stages-qemu -portage_prefix: releng