projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d97785
)
radeon: Fix build with LLVM 3.1
author
Tom Stellard
<thomas.stellard@amd.com>
Mon, 1 Oct 2012 19:47:31 +0000
(15:47 -0400)
committer
Tom Stellard
<thomas.stellard@amd.com>
Mon, 1 Oct 2012 19:47:31 +0000
(15:47 -0400)
The build was broken by commit
8d9778589f4b3a174e884338adb0fe1bdeca5eb7
src/gallium/drivers/radeon/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/radeon/Makefile
b/src/gallium/drivers/radeon/Makefile
index bcc2646dd5f16842c8e218a54477b5ef9d32d8e7..05dc518a9aab46247deb8d328f45ca91ce398c6f 100644
(file)
--- a/
src/gallium/drivers/radeon/Makefile
+++ b/
src/gallium/drivers/radeon/Makefile
@@
-14,6
+14,7
@@
CXXFLAGS+= $(LLVM_CXXFLAGS)
ifeq ($(LLVM_VERSION),3.1)
CPP_SOURCES += $(LLVM_CPP_SOURCES)
+ GENERATED_SOURCES = $(LLVM_GENERATED_SOURCES)
else
CXXFLAGS+= -DEXTERNAL_LLVM
endif