summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-09-28 21:45:48 +0200
committerZack Rusin <zack@tungstengraphics.com>2008-10-02 10:19:47 -0400
commit9859edc6060c8f4d23a91dbfabd786975e6447a2 (patch)
treed2b26675293301651ea2663fcce2c4aec8d33175 /configs/linux-llvm
parent0116ea34e1308a233e406a5d26f09217a69a5ed6 (diff)
Gallivm: need to link with libstdc++ for llvm.
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r--configs/linux-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 44e200e856..3b32db34d8 100644
--- 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++