riscv: skip stage2 everywhere, go stage1 -> stage3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
5413402d5a
commit
79129d9161
17 changed files with 16 additions and 120 deletions
|
@ -23,17 +23,17 @@ SETS="
|
|||
# ilp32
|
||||
# multilib needs re-bootstrapping
|
||||
|
||||
SET_multilib_SPECS="stage1-multilib.spec stage2-multilib.spec stage3-multilib.spec"
|
||||
SET_multilib_SPECS="stage1-multilib.spec stage3-multilib.spec"
|
||||
|
||||
SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage2-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
|
||||
SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage2-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
|
||||
SET_lp64d_200_openrc_SPECS="stage1-lp64d-20.0-openrc.spec stage3-lp64d-20.0-openrc.spec"
|
||||
SET_lp64d_200_systemd_SPECS="stage1-lp64d-20.0-systemd.spec stage3-lp64d-20.0-systemd.spec"
|
||||
|
||||
SET_lp64d_SPECS="stage1-lp64d.spec stage2-lp64d.spec stage3-lp64d.spec"
|
||||
SET_lp64_SPECS="stage1-lp64.spec stage2-lp64.spec stage3-lp64.spec"
|
||||
SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage2-lp64d-systemd.spec stage3-lp64d-systemd.spec"
|
||||
SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage2-lp64-systemd.spec stage3-lp64-systemd.spec"
|
||||
SET_lp64d_SPECS="stage1-lp64d.spec stage3-lp64d.spec"
|
||||
SET_lp64_SPECS="stage1-lp64.spec stage3-lp64.spec"
|
||||
SET_lp64d_systemd_SPECS="stage1-lp64d-systemd.spec stage3-lp64d-systemd.spec"
|
||||
SET_lp64_systemd_SPECS="stage1-lp64-systemd.spec stage3-lp64-systemd.spec"
|
||||
|
||||
SET_ilp32_SPECS="stage1-ilp32.spec stage2-ilp32.spec stage3-ilp32.spec"
|
||||
SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"
|
||||
|
||||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue