Add first riscv stage specs (rv64 multilib)
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
6fbf103e56
commit
1e14e79b68
3 changed files with 38 additions and 0 deletions
14
releases/specs/riscv/stage1-riscv64-multilib.spec
Normal file
14
releases/specs/riscv/stage1-riscv64-multilib.spec
Normal 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
|
12
releases/specs/riscv/stage2-riscv64-multilib.spec
Normal file
12
releases/specs/riscv/stage2-riscv64-multilib.spec
Normal 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
|
12
releases/specs/riscv/stage3-riscv64-multilib.spec
Normal file
12
releases/specs/riscv/stage3-riscv64-multilib.spec
Normal 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
|
Loading…
Add table
Reference in a new issue