From 9859edc6060c8f4d23a91dbfabd786975e6447a2 Mon Sep 17 00:00:00 2001 From: Stephane Marchesin Date: Sun, 28 Sep 2008 21:45:48 +0200 Subject: Gallivm: need to link with libstdc++ for llvm. --- configs/linux-llvm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/linux-llvm') 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++ -- cgit v1.2.3