diff options
author | Dale Rahn <drahn@cvs.openbsd.org> | 2021-05-03 00:04:32 +0000 |
---|---|---|
committer | Dale Rahn <drahn@cvs.openbsd.org> | 2021-05-03 00:04:32 +0000 |
commit | 7274bc573080072affee4bc5a159905c3a94399b (patch) | |
tree | 108a939eb8b541b44f187bd5a54a47cf9c0fe70c /Makefile.cross | |
parent | 6f8d5c4d5f7c346fd02a930df130d258105f95c7 (diff) |
riscv64 is a LP64_ARCH, list it as such.
Diffstat (limited to 'Makefile.cross')
-rw-r--r-- | Makefile.cross | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.cross b/Makefile.cross index 6f9ea2a5c49..d079a316d73 100644 --- a/Makefile.cross +++ b/Makefile.cross @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile.cross,v 1.110 2021/05/01 16:10:29 visa Exp $ +# $OpenBSD: Makefile.cross,v 1.111 2021/05/03 00:04:31 drahn Exp $ cross-tools: cross-includes cross-binutils cross-gcc cross-lib cross-distrib: cross-tools cross-bin cross-share cross-sys cross-etc-root-var @@ -28,7 +28,7 @@ TARGET_CPU?= ${TARGET_ARCH} # List of LP64 archs # XXX move to bsd.*.mk? -LP64_ARCH = aarch64 amd64 alpha mips64 mips64el sparc64 powerpc64 +LP64_ARCH = aarch64 amd64 alpha mips64 mips64el riscv64 sparc64 powerpc64 TARGET_IS_LP64 = MACHINE_IS_LP64 = |