Add and enable arm64 split-usr 23.0 spec

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2024-03-21 14:50:50 +01:00
parent 476cb7b27f
commit 548d7b8a32
No known key found for this signature in database
GPG key ID: DC2B16215ED5412A
3 changed files with 25 additions and 0 deletions

View file

@ -8,6 +8,7 @@ SUBARCH=arm64
SETS="
openrc_23
openrc_23_su
systemd_23
llvm_openrc_23
llvm_systemd_23
@ -30,6 +31,8 @@ SET_systemd_mu_SPECS="stage1-systemd-mu.spec stage3-systemd-mu.spec stage3d-syst
SET_openrc_23_SPECS="stage1-openrc-23.spec stage3-openrc-23.spec stage3d-openrc-23.spec"
SET_openrc_23_su_SPECS="stage1-openrc-23-su.spec stage3-openrc-23-su.spec"
SET_systemd_23_SPECS="stage1-systemd-23.spec stage3-systemd-23.spec stage3d-systemd-23.spec"
SET_llvm_openrc_SPECS="llvm/stage1-openrc.spec llvm/stage3-openrc.spec"