commit: cd8fdac645d9ae100936d057b6920f159b0dd321 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> AuthorDate: Wed Jun 23 16:10:07 2021 +0000 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org> CommitDate: Wed Jun 23 16:10:07 2021 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=cd8fdac6
re-add riscv multilib specs Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org> .../specs-qemu/riscv/stage1-multilib-20.0-openrc.spec | 15 +++++++++++++++ .../specs-qemu/riscv/stage3-multilib-20.0-openrc.spec | 13 +++++++++++++ 2 files changed, 28 insertions(+) diff --git a/releases/specs-qemu/riscv/stage1-multilib-20.0-openrc.spec b/releases/specs-qemu/riscv/stage1-multilib-20.0-openrc.spec new file mode 100644 index 00000000..13c26074 --- /dev/null +++ b/releases/specs-qemu/riscv/stage1-multilib-20.0-openrc.spec @@ -0,0 +1,15 @@ +subarch: rv64_multilib +target: stage1 +version_stamp: 20.0-openrc-@TIMESTAMP@ +cflags: -O2 -pipe +interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 +rel_type: 20.0 +profile: default/linux/riscv/20.0/rv64gc/multilib +snapshot: @TIMESTAMP@ +source_subpath: 20.0/stage3-rv64_multilib-20.0-openrc-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-multilib-20.0-openrc.spec b/releases/specs-qemu/riscv/stage3-multilib-20.0-openrc.spec new file mode 100644 index 00000000..0f58c948 --- /dev/null +++ b/releases/specs-qemu/riscv/stage3-multilib-20.0-openrc.spec @@ -0,0 +1,13 @@ +subarch: rv64_multilib +target: stage3 +version_stamp: 20.0-openrc-@TIMESTAMP@ +cflags: -O2 -pipe +interpreter: /usr/bin/qemu-riscv64 /usr/bin/qemu-riscv32 +rel_type: 20.0 +profile: default/linux/riscv/20.0/rv64gc/multilib +snapshot: @TIMESTAMP@ +source_subpath: 20.0/stage1-rv64_multilib-20.0-openrc-@TIMESTAMP@ +compression_mode: pixz +decompressor_search_order: xz bzip2 +portage_confdir: @REPO_DIR@/releases/portage/stages-qemu +portage_prefix: releng
