forked from OSchip/llvm-project
[lldb] [lit] Pass -pthread on NetBSD as well
llvm-svn: 355274
This commit is contained in:
parent
8085c1b3c1
commit
c10a884873
|
@ -96,7 +96,7 @@ def use_support_substitutions(config):
|
|||
sdk_path = lit.util.to_string(out)
|
||||
llvm_config.lit_config.note('using SDKROOT: %r' % sdk_path)
|
||||
flags = ['-isysroot', sdk_path]
|
||||
elif platform.system() in ['OpenBSD', 'Linux']:
|
||||
elif platform.system() in ['NetBSD', 'OpenBSD', 'Linux']:
|
||||
flags = ['-pthread']
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue