Add first riscv stage specs (rv64 multilib)

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2020-07-15 20:43:22 +03:00
parent 6fbf103e56
commit 1e14e79b68
No known key found for this signature in database
GPG key ID: F67FB83B6A25B000
3 changed files with 38 additions and 0 deletions

View file

@ -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

View file

@ -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

View file

@ -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