riscv: Add 20.0 lp64 (softfloat) builds
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
79129d9161
commit
53d7a6a3ab
5 changed files with 61 additions and 1 deletions
|
@ -13,6 +13,8 @@ EMAIL_SUBJECT_PREPEND="[riscv-qemu-auto]"
|
|||
SETS="
|
||||
lp64d_200_openrc
|
||||
lp64d_200_systemd
|
||||
lp64_200_openrc
|
||||
lp64_200_systemd
|
||||
lp64d
|
||||
lp64
|
||||
lp64d_systemd
|
||||
|
@ -27,6 +29,8 @@ SET_multilib_SPECS="stage1-multilib.spec stage3-multilib.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_lp64_200_openrc_SPECS="stage1-lp64-20.0-openrc.spec stage3-lp64-20.0-openrc.spec"
|
||||
SET_lp64_200_systemd_SPECS="stage1-lp64-20.0-systemd.spec stage3-lp64-20.0-systemd.spec"
|
||||
|
||||
SET_lp64d_SPECS="stage1-lp64d.spec stage3-lp64d.spec"
|
||||
SET_lp64_SPECS="stage1-lp64.spec stage3-lp64.spec"
|
||||
|
@ -38,7 +42,7 @@ SET_ilp32_SPECS="stage1-ilp32.spec stage3-ilp32.spec"
|
|||
update_symlinks() {
|
||||
# Symlink the latest stages3 to build from
|
||||
local d f
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" ; do
|
||||
for d in "${BUILD_SRCDIR_BASE}/builds/default" "${BUILD_SRCDIR_BASE}/builds/20.0" ; do
|
||||
pushd "${d}" >/dev/null
|
||||
for f in $(ls stage3*xz | grep -v latest | give_latest_from_dates) ; do
|
||||
local of=$(echo "${f}" | convert_filename)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue