diff options
author | Stephane Marchesin <[email protected]> | 2008-09-30 20:50:49 +0200 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-10-02 10:19:47 -0400 |
commit | 3f4b67f5d715f53fec618ed0e48615f87ff1cfda (patch) | |
tree | f51882ea22b9de6c5864c803940df6108180240b /configs/linux-llvm | |
parent | fdcaf569d446db830a6eafd9c7f7c1b1030c0a93 (diff) |
Gallivm: port to llvm 2.4.
Diffstat (limited to 'configs/linux-llvm')
-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 3b32db34d83..489cfd0546a 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++ |