maint: Do not check obsolete cross-compilation targets.

This is a followup to e99c838d4f, which
removed them from (gnu ci).

* etc/release-manifest.scm (%cross-manifest): Remove more triplets.

Change-Id: I32677fd3876a13277e5b074b973de71895ab9dca
This commit is contained in:
Ludovic Courtès 2024-08-21 22:38:11 +02:00
parent a4319550a0
commit 7cedba3248
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5

View File

@ -145,6 +145,11 @@ TARGET."
"x86_64-linux-gnu"
"i686-linux-gnu"
;; Ignore obsolete systems, as in (gnu ci).
"mips64el-linux-gnu"
"powerpc-linux-gnu"
"powerpc64-linux-gnu"
;; Ignore bare-metal targets.
"avr"
"or1k-elf"