summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/Makefile
diff options
context:
space:
mode:
authorTom Stellard <[email protected]>2012-08-02 19:37:02 +0000
committerTom Stellard <[email protected]>2012-08-02 20:12:11 +0000
commitf6ad8b45c2731075d91f43e92862847f2c26e95a (patch)
tree68398607367e2e0569b0ed2e90ad8becab736458 /src/gallium/drivers/radeon/Makefile
parent4a89a207179d8cf25f259aba8e6c867de42bae54 (diff)
radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flags
Diffstat (limited to 'src/gallium/drivers/radeon/Makefile')
-rw-r--r--src/gallium/drivers/radeon/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/radeon/Makefile b/src/gallium/drivers/radeon/Makefile
index ced202f3315..424299f5ff2 100644
--- a/src/gallium/drivers/radeon/Makefile
+++ b/src/gallium/drivers/radeon/Makefile
@@ -70,4 +70,4 @@ AMDGPUGenDFAPacketizer.inc: *.td
LOADER_LIBS=$(shell llvm-config --libs bitreader asmparser)
loader: loader.o libradeon.a
- gcc -o loader -L/usr/local/lib $(LDFLAGS) loader.o libradeon.a $(LLVM_LIBS) $(LOADER_LIBS) -lpthread -ldl -lstdc++ -lm
+ gcc -o loader $(LLVM_LDFLAGS) -L/usr/local/lib $(LDFLAGS) loader.o libradeon.a $(LLVM_LIBS) $(LOADER_LIBS) -lpthread -ldl -lstdc++ -lm