projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a0a06cb
)
Gallivm: need to link with libstdc++ for llvm.
author
Stephane Marchesin
<marchesin@icps.u-strasbg.fr>
Sun, 28 Sep 2008 19:45:48 +0000
(21:45 +0200)
committer
Stephane Marchesin
<marchesin@icps.u-strasbg.fr>
Sun, 28 Sep 2008 19:45:48 +0000
(21:45 +0200)
configs/linux-llvm
patch
|
blob
|
history
diff --git
a/configs/linux-llvm
b/configs/linux-llvm
index 44e200e8565cee208220a5df1a6c97fc5e48a9b3..3b32db34d839f2d32c9a0a09fc5f708e0e4ad76f 100644
(file)
--- a/
configs/linux-llvm
+++ b/
configs/linux-llvm
@@
-31,4
+31,4
@@
else
LLVM_CXXFLAGS=
endif
-GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
+GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread
-lstdc++