diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-28 21:45:48 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-28 21:45:48 +0200 |
commit | 6dacc942e158211a1f8be77cd7ba52947e504e7c (patch) | |
tree | 34d38fe06c68783573e933fd69f87ed927891080 /configs | |
parent | a0a06cbc5b26d7530bd5066f09efe3c1f980d35d (diff) |
Gallivm: need to link with libstdc++ for llvm.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 2 |
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++ |