summaryrefslogtreecommitdiff
path: root/configs/linux-llvm
diff options
context:
space:
mode:
authorKenneth Graunke <kenneth@whitecape.org>2011-01-16 16:01:54 -0800
committerKenneth Graunke <kenneth@whitecape.org>2011-01-31 10:17:09 -0800
commitd1d8120545b0bd2f7ec48c5f03c77b967b082e04 (patch)
treef26fd61d842bb696e78161377f1e8e3b10c333ca /configs/linux-llvm
parent42fd9c2ebb8a9eecf69d6a7a2bc0d778f49285de (diff)
Remove talloc from the make and automake build systems.
Diffstat (limited to 'configs/linux-llvm')
-rw-r--r--configs/linux-llvm2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/linux-llvm b/configs/linux-llvm
index 22de0662ee..e6999539a1 100644
--- a/configs/linux-llvm
+++ b/configs/linux-llvm
@@ -41,4 +41,4 @@ else
endif
LD = g++
-GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -ltalloc -lstdc++ -ludis86
+GL_LIB_DEPS = $(LLVM_LDFLAGS) $(LLVM_LIBS) $(EXTRA_LIB_PATH) -lX11 -lXext -lm -lpthread -lstdc++ -ludis86