diff options
author | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-30 20:50:49 +0200 |
---|---|---|
committer | Stephane Marchesin <marchesin@icps.u-strasbg.fr> | 2008-09-30 20:50:49 +0200 |
commit | 4ae161e9409f8b5d73306bbf382c7b27d5038ab3 (patch) | |
tree | 347e9a499dc8aad079509d84658a18ebe8ee30e0 /configs | |
parent | 7379d0ef8f533b0aa760cd21b219223602002a56 (diff) |
Gallivm: port to llvm 2.4.
Diffstat (limited to 'configs')
-rw-r--r-- | configs/linux-llvm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm index 3b32db34d8..489cfd0546 100644 --- a/configs/linux-llvm +++ b/configs/linux-llvm @@ -31,4 +31,5 @@ else LLVM_CXXFLAGS= endif +LD = g++ GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ |