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 DB0DB138359 for ; Wed, 15 Jul 2020 17:43:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BD86E0826; Wed, 15 Jul 2020 17:43:57 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 173D3E0826 for ; Wed, 15 Jul 2020 17:43:57 +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 3607E34E91D for ; Wed, 15 Jul 2020 17:43:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DCAA72D6 for ; Wed, 15 Jul 2020 17:43:54 +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: <1594835002.1e14e79b685b037dd938cc4ce0f281d7b75dc488.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-riscv64-multilib.spec releases/specs/riscv/stage2-riscv64-multilib.spec releases/specs/riscv/stage3-riscv64-multilib.spec X-VCS-Directories: releases/specs/riscv/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas K. Hüttel X-VCS-Revision: 1e14e79b685b037dd938cc4ce0f281d7b75dc488 X-VCS-Branch: master Date: Wed, 15 Jul 2020 17:43:54 +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: cce61f44-d586-4101-aea0-8c85f9a9eeba X-Archives-Hash: 50a911aac57755305c288f58c9622726 commit: 1e14e79b685b037dd938cc4ce0f281d7b75dc488 Author: Andreas K. Hüttel gentoo org> AuthorDate: Wed Jul 15 17:43:22 2020 +0000 Commit: Andreas K. Hüttel gentoo org> CommitDate: Wed Jul 15 17:43:22 2020 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=1e14e79b Add first riscv stage specs (rv64 multilib) Signed-off-by: Andreas K. Hüttel gentoo.org> releases/specs/riscv/stage1-riscv64-multilib.spec | 14 ++++++++++++++ releases/specs/riscv/stage2-riscv64-multilib.spec | 12 ++++++++++++ releases/specs/riscv/stage3-riscv64-multilib.spec | 12 ++++++++++++ 3 files changed, 38 insertions(+) diff --git a/releases/specs/riscv/stage1-riscv64-multilib.spec b/releases/specs/riscv/stage1-riscv64-multilib.spec new file mode 100644 index 00000000..2b29877b --- /dev/null +++ b/releases/specs/riscv/stage1-riscv64-multilib.spec @@ -0,0 +1,14 @@ +subarch: riscv +target: stage1 +version_stamp: @TIMESTAMP@ +cflags: -O2 -pipe -g +rel_type: default +profile: default/linux/riscv/17.0/rv64gc +snapshot: @TIMESTAMP@ +source_subpath: default/stage3-riscv64-multilib-latest +compression_mode: pixz +decompressor_search_order: xz bzip2 +update_seed: yes +update_seed_command: -uDN @world +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/riscv/stage2-riscv64-multilib.spec b/releases/specs/riscv/stage2-riscv64-multilib.spec new file mode 100644 index 00000000..b018913c --- /dev/null +++ b/releases/specs/riscv/stage2-riscv64-multilib.spec @@ -0,0 +1,12 @@ +subarch: riscv +target: stage2 +version_stamp: @TIMESTAMP@ +cflags: -O2 -pipe -g +rel_type: default +profile: default/linux/riscv/17.0/rv64gc +snapshot: @TIMESTAMP@ +source_subpath: default/stage1-riscv64-multilib-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng diff --git a/releases/specs/riscv/stage3-riscv64-multilib.spec b/releases/specs/riscv/stage3-riscv64-multilib.spec new file mode 100644 index 00000000..903963c8 --- /dev/null +++ b/releases/specs/riscv/stage3-riscv64-multilib.spec @@ -0,0 +1,12 @@ +subarch: riscv +target: stage3 +version_stamp: @TIMESTAMP@ +cflags: -O2 -pipe -g +rel_type: default +profile: default/linux/riscv/17.0/rv64gc +snapshot: @TIMESTAMP@ +source_subpath: default/stage2-riscv64-multilib-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages +portage_prefix: releng