tools: Add armv6j hardfloat musl stage build

Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
Andreas K. Hüttel 2021-11-20 15:48:10 +01:00
parent ef5014be42
commit 1e5faa75ee
No known key found for this signature in database
GPG key ID: 4C49F79E54D0A206

View file

@ -11,6 +11,7 @@ SPECS_DIR=${REPO_DIR}/releases/specs/arm
EMAIL_SUBJECT_PREPEND="[arm-auto]"
SETS="
armv6j_hf_musl_openrc
armv7a_hf_musl
armv4tl_openrc
armv4tl_systemd
@ -38,6 +39,8 @@ SET_armv6j_hf_systemd_SPECS="armv6j/stage1-hardfloat-systemd.spec armv6j/stage3-
SET_armv6j_sf_openrc_SPECS="armv6j/stage1-openrc.spec armv6j/stage3-openrc.spec"
SET_armv6j_sf_systemd_SPECS="armv6j/stage1-systemd.spec armv6j/stage3-systemd.spec"
SET_armv6j_hf_musl_openrc_SPECS="armv6j-musl/stage1-hardfloat.spec armv6j-musl/stage3-hardfloat.spec"
SET_armv7a_hf_openrc_SPECS="armv7a/stage1-hardfloat-openrc.spec armv7a/stage3-hardfloat-openrc.spec"
SET_armv7a_hf_systemd_SPECS="armv7a/stage1-hardfloat-systemd.spec armv7a/stage3-hardfloat-systemd.spec"
@ -114,6 +117,9 @@ post_build() {
armv7a-musl/stage3-hardfloat.spec)
upload stage3-armv7a_hardfp_musl-openrc-${TIMESTAMP}*.xz*
;;
armv6j-musl/stage3-hardfloat.spec)
upload stage3-armv6j_hardfp_musl-openrc-${TIMESTAMP}*.xz*
;;
esac
popd >/dev/null