Fix chost in aarch64 musl stages

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

View file

@ -1,4 +1,5 @@
subarch: arm64 subarch: arm64
chost: aarch64-unknown-linux-musl
target: stage1 target: stage1
version_stamp: musl-hardened-@TIMESTAMP@ version_stamp: musl-hardened-@TIMESTAMP@
rel_type: 23.0-musl-hardened rel_type: 23.0-musl-hardened

View file

@ -1,4 +1,5 @@
subarch: arm64 subarch: arm64
chost: aarch64-unknown-linux-musl
target: stage1 target: stage1
version_stamp: musl-llvm-@TIMESTAMP@ version_stamp: musl-llvm-@TIMESTAMP@
rel_type: 23.0-musl-llvm rel_type: 23.0-musl-llvm

View file

@ -1,4 +1,5 @@
subarch: arm64 subarch: arm64
chost: aarch64-unknown-linux-musl
target: stage1 target: stage1
version_stamp: musl-@TIMESTAMP@ version_stamp: musl-@TIMESTAMP@
rel_type: 23.0-musl rel_type: 23.0-musl