add sparc64 in RUST_ARCHS (all rust ports take care of sparc64 now)
and enable lang/rust build on sparc64
This commit is contained in:
parent
8d8ee0b131
commit
37d207f45a
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: arch-defines.mk,v 1.66 2019/07/08 05:08:45 visa Exp $
|
||||
# $OpenBSD: arch-defines.mk,v 1.67 2019/09/02 07:05:48 semarie Exp $
|
||||
#
|
||||
# ex:ts=4 sw=4 filetype=make:
|
||||
#
|
||||
@ -25,7 +25,7 @@ MONO_ARCHS = amd64 i386
|
||||
OCAML_NATIVE_ARCHS = i386 amd64
|
||||
OCAML_NATIVE_DYNLINK_ARCHS = i386 amd64
|
||||
GO_ARCHS = amd64 arm i386
|
||||
RUST_ARCHS = amd64 i386 aarch64
|
||||
RUST_ARCHS = aarch64 amd64 i386 sparc64
|
||||
|
||||
# arches where the base compiler is clang
|
||||
CLANG_ARCHS = aarch64 amd64 arm i386 mips64
|
||||
|
@ -1,8 +1,6 @@
|
||||
# $OpenBSD: Makefile,v 1.100 2019/08/16 18:14:21 semarie Exp $
|
||||
# $OpenBSD: Makefile,v 1.101 2019/09/02 07:05:48 semarie Exp $
|
||||
|
||||
ONLY_FOR_ARCHS = ${RUST_ARCHS} sparc64
|
||||
|
||||
BROKEN-sparc64 = others ports needs rust libc update
|
||||
ONLY_FOR_ARCHS = ${RUST_ARCHS}
|
||||
|
||||
.if "${MACHINE_ARCH}" == "i386"
|
||||
DPB_PROPERTIES = lonesome
|
||||
|
Loading…
x
Reference in New Issue
Block a user