rust: likely doesn't work on softfloat ARM, explicitly specify earmv7hf

This commit is contained in:
nia 2020-12-26 10:04:51 +00:00
parent 8e832295ae
commit 5b1accc7d6

View file

@ -1,4 +1,4 @@
# $NetBSD: platform.mk,v 1.5 2020/08/06 11:42:56 jperkin Exp $
# $NetBSD: platform.mk,v 1.6 2020/12/26 10:04:51 nia Exp $
# This file encodes whether a given platform has support for rust.
@ -8,7 +8,7 @@
.if !defined(PLATFORM_SUPPORTS_RUST)
# Rust needs NetBSD>7
. for rust_arch in aarch64 armv7 i386 powerpc sparc64 x86_64
. for rust_arch in aarch64 earmv7hf i386 powerpc sparc64 x86_64
. for rust_os in Darwin FreeBSD Linux NetBSD SunOS
# rust fails to build on NetBSD/earmv7
# http://gnats.netbsd.org/cgi-bin/query-pr-single.pl?number=54621