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 921E61382C5 for ; Mon, 21 Dec 2020 14:12:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6DC9E089A; Mon, 21 Dec 2020 14:12:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 BF3E9E089A for ; Mon, 21 Dec 2020 14:12:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 93204340F25 for ; Mon, 21 Dec 2020 14:12:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 007C039F for ; Mon, 21 Dec 2020 14:12:13 +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: <1608559921.4b84f01d9b1de5fa06918c52f8a87f5ba8e1041d.dilfridge@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: releases/specs/riscv/ X-VCS-Repository: proj/releng X-VCS-Files: releases/specs/riscv/stage1-ilp32.spec releases/specs/riscv/stage2-ilp32.spec releases/specs/riscv/stage3-ilp32.spec X-VCS-Directories: releases/specs/riscv/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 4b84f01d9b1de5fa06918c52f8a87f5ba8e1041d X-VCS-Branch: master Date: Mon, 21 Dec 2020 14:12:13 +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: e21062fb-83cc-4d82-9262-62150746bfc1 X-Archives-Hash: 6b5886e4c7dd67c46bc05cd6a992966d commit: 4b84f01d9b1de5fa06918c52f8a87f5ba8e1041d Author: Andreas K. Hüttel gentoo org> AuthorDate: Mon Dec 21 14:11:43 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Mon Dec 21 14:12:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=4b84f01d Add rv32 ilp32 specs Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/riscv/stage1-ilp32.spec | 15 +++++++++++++++ releases/specs/riscv/stage2-ilp32.spec | 13 +++++++++++++ releases/specs/riscv/stage3-ilp32.spec | 13 +++++++++++++ 3 files changed, 41 insertions(+) diff --git a/releases/specs/riscv/stage1-ilp32.spec b/releases/specs/riscv/stage1-ilp32.spec new file mode 100644 index 00000000..76fdef1d --- /dev/null +++ b/releases/specs/riscv/stage1-ilp32.spec @@ -0,0 +1,15 @@ +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/riscv/stage2-ilp32.spec b/releases/specs/riscv/stage2-ilp32.spec new file mode 100644 index 00000000..c1ffdbf7 --- /dev/null +++ b/releases/specs/riscv/stage2-ilp32.spec @@ -0,0 +1,13 @@ +subarch: rv32_ilp32 +target: stage2 +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 diff --git a/releases/specs/riscv/stage3-ilp32.spec b/releases/specs/riscv/stage3-ilp32.spec new file mode 100644 index 00000000..b477807e --- /dev/null +++ b/releases/specs/riscv/stage3-ilp32.spec @@ -0,0 +1,13 @@ +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/stage2-rv32_ilp32-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng