pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mk default OCAML_USE_OPT_COMPILER to YES on arm64eb.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/93015496d916
branches:  trunk
changeset: 374910:93015496d916
user:      mrg <mrg%pkgsrc.org@localhost>
date:      Thu Mar 03 03:32:28 2022 +0000

description:
default OCAML_USE_OPT_COMPILER to YES on arm64eb.

diffstat:

 mk/ocaml.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 1889b9208954 -r 93015496d916 mk/ocaml.mk
--- a/mk/ocaml.mk       Thu Mar 03 01:11:27 2022 +0000
+++ b/mk/ocaml.mk       Thu Mar 03 03:32:28 2022 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: ocaml.mk,v 1.31 2022/02/14 11:37:48 wiz Exp $
+# $NetBSD: ocaml.mk,v 1.32 2022/03/03 03:32:28 mrg Exp $
 #
 # This Makefile fragment handles the common variables used by OCaml packages.
 #
@@ -112,7 +112,7 @@
 # Default value of OCAML_USE_OPT_COMPILER
 .if (${MACHINE_ARCH} == "i386") || (${MACHINE_ARCH} == "powerpc") || \
     !empty(MACHINE_ARCH:M*arm*) || (${MACHINE_ARCH} == "aarch64") || \
-    (${MACHINE_ARCH} == "x86_64")
+    (${MACHINE_ARCH} == "aarch64eb") || (${MACHINE_ARCH} == "x86_64")
 OCAML_USE_OPT_COMPILER?=       yes
 .else
 OCAML_USE_OPT_COMPILER?=       no



Home | Main Index | Thread Index | Old Index