Disable LLDB on FreeBSD 10.
It's reliably failing to build on the ports cluster likely due to a compiler or libc++ issue.
This commit is contained in:
parent
74a0082b5d
commit
1c3c80836f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=441708
1 changed files with 1 additions and 0 deletions
|
@ -51,6 +51,7 @@ OPTIONS_DEFINE_i386= COMPILER_RT
|
|||
OPTIONS_DEFAULT= CLANG EXTRAS LIT LLD LLDB
|
||||
OPTIONS_DEFAULT_amd64= COMPILER_RT GOLD OPENMP
|
||||
OPTIONS_DEFAULT_i386= COMPILER_RT
|
||||
OPTIONS_EXCLUDE_FreeBSD_10= LLDB
|
||||
OPTIONS_SUB= yes
|
||||
|
||||
PLIST_FILES=
|
||||
|
|
Loading…
Reference in a new issue