mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
radeon/llvm: Add $(LLVM_LDFLAGS) to the loader linker flags
This commit is contained in:
parent
4a89a20717
commit
f6ad8b45c2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue