Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 15 Apr 2021 14:19:24 GMT
From:      Piotr Kubaj <pkubaj@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 008994a81d6b - main - lang/erlang-runtime20: fix build on powerpc64le
Message-ID:  <202104151419.13FEJOOG030804@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=008994a81d6b2f0db7aa786cbd25cfea47975f2e

commit 008994a81d6b2f0db7aa786cbd25cfea47975f2e
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-04-15 14:19:02 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-04-15 14:19:02 +0000

    lang/erlang-runtime20: fix build on powerpc64le
---
 lang/erlang-runtime20/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lang/erlang-runtime20/Makefile b/lang/erlang-runtime20/Makefile
index cbcbf0e497aa..b6444733041a 100644
--- a/lang/erlang-runtime20/Makefile
+++ b/lang/erlang-runtime20/Makefile
@@ -45,6 +45,7 @@ OPTIONS_EXCLUDE_armv6=	DTRACE
 OPTIONS_EXCLUDE_armv7=	DTRACE
 OPTIONS_EXCLUDE_i386=	DTRACE HIPE NATIVE
 OPTIONS_EXCLUDE_powerpc64=	HIPE
+OPTIONS_EXCLUDE_powerpc64le=	HIPE
 OPTIONS_EXCLUDE_riscv64=	DTRACE
 
 DIRTY_DESC=	Enable Dirty schedulers



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202104151419.13FEJOOG030804>