From 008994a81d6b2f0db7aa786cbd25cfea47975f2e Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Thu, 15 Apr 2021 14:19:02 +0000 Subject: 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 -- cgit v1.2.3