Mesa (gallium-0.2): Gallivm: need to link with libstdc++ for llvm.

Zack Rusin zack at kemper.freedesktop.org
Thu Oct 2 14:37:23 UTC 2008


Module: Mesa
Branch: gallium-0.2
Commit: 9859edc6060c8f4d23a91dbfabd786975e6447a2
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=9859edc6060c8f4d23a91dbfabd786975e6447a2

Author: Stephane Marchesin <marchesin at icps.u-strasbg.fr>
Date:   Sun Sep 28 21:45:48 2008 +0200

Gallivm: need to link with libstdc++ for llvm.

---

 configs/linux-llvm |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/configs/linux-llvm b/configs/linux-llvm
index 44e200e..3b32db3 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++




More information about the mesa-commit mailing list