git: 5253f1d0832b - main - devel/llvm-devel: Disable FLANG on i386

Brooks Davis brooks at FreeBSD.org
Mon Apr 12 22:42:16 UTC 2021


The branch main has been updated by brooks:

URL: https://cgit.FreeBSD.org/ports/commit/?id=5253f1d0832b5b44847747d4e157c2a659749fdf

commit 5253f1d0832b5b44847747d4e157c2a659749fdf
Author:     Brooks Davis <brooks at FreeBSD.org>
AuthorDate: 2021-04-12 22:41:47 +0000
Commit:     Brooks Davis <brooks at FreeBSD.org>
CommitDate: 2021-04-12 22:41:47 +0000

    devel/llvm-devel: Disable FLANG on i386
    
    It doesn't compile (may also be broken on other 32-bit platforms, but
    I don't have reports one way or the other).
---
 devel/llvm-devel/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/llvm-devel/Makefile b/devel/llvm-devel/Makefile
index 358cea35a506..9c8d191a5edf 100644
--- a/devel/llvm-devel/Makefile
+++ b/devel/llvm-devel/Makefile
@@ -88,6 +88,7 @@ OPTIONS_DEFAULT_i386=	COMPILER_RT OPENMP
 OPTIONS_DEFAULT_powerpc64=     ${OPTIONS_DEFAULT_powerpc64_${OSREL:R}} OPENMP
 OPTIONS_DEFAULT_powerpc64_13=  GOLD
 OPTIONS_DEFAULT_powerpc64_14=  GOLD
+OPTIONS_EXCLUDE_i386=	FLANG
 .endif
 OPTIONS_SUB=	yes
 _ALL_OPTIONS=	CLANG COMPILER_RT DOCS EXTRAS FLANG GOLD LIT LLD LLDB MLIR \


More information about the dev-commits-ports-main mailing list