Added libstdc++ to the libraries to be linked with.
git-svn-id: http://llvm-py.googlecode.com/svn/trunk@56 8d1e9007-1d4e-0410-b67e-1979fd6579aa
This commit is contained in:
parent
857f647095
commit
d110608a09
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -85,7 +85,7 @@ def call_setup(llvm_config):
|
|||
'instrumentation', 'ipa', 'ipo', 'transformutils',
|
||||
'asmparser' ])
|
||||
|
||||
std_libs = [ 'pthread', 'm' ]
|
||||
std_libs = [ 'pthread', 'm', 'stdc++' ]
|
||||
if not ("openbsd" in sys.platform or "freebsd" in sys.platform):
|
||||
std_libs.append("dl")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue