Add rv32 ilp32 specs
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
c255119212
commit
4b84f01d9b
3 changed files with 41 additions and 0 deletions
15
releases/specs/riscv/stage1-ilp32.spec
Normal file
15
releases/specs/riscv/stage1-ilp32.spec
Normal file
|
@ -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
|
13
releases/specs/riscv/stage2-ilp32.spec
Normal file
13
releases/specs/riscv/stage2-ilp32.spec
Normal file
|
@ -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
|
13
releases/specs/riscv/stage3-ilp32.spec
Normal file
13
releases/specs/riscv/stage3-ilp32.spec
Normal file
|
@ -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
|
Loading…
Add table
Reference in a new issue