Mark lang/rust BROKEN on various NetBSD-8 platforms.

The corresponding bootstrap kits target NetBSD-9.x.
This commit is contained in:
Havard Eidnes 2021-01-03 15:55:10 +01:00
parent ebc914a2b7
commit 4306d60038
1 changed files with 4 additions and 0 deletions

View File

@ -23,6 +23,10 @@ USE_TOOLS+= bash ggrep gmake perl:build pkg-config
# The NetBSD bootstraps are built for NetBSD 8 (because rust doesn't
# build on 7). Mark earlier versions as broken.
BROKEN_ON_PLATFORM+= NetBSD-[1-7].*-*
# Bootstrap is built for NetBSD 9.x:
BROKEN_ON_PLATFORM+= NetBSD-8.*-*arm*
BROKEN_ON_PLATFORM+= NetBSD-8.*-aarch64
BROKEN_ON_PLATFORM+= NetBSD-8.*-sparc64
HAS_CONFIGURE= yes
PYTHON_FOR_BUILD_ONLY= yes