projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e3813ec
)
auxillary: Append LLVM_CXXFLAGS to CXXFLAGS
author
Tom Stellard
<thomas.stellard@amd.com>
Fri, 9 Nov 2012 12:59:33 +0000
(07:59 -0500)
committer
Tom Stellard
<thomas.stellard@amd.com>
Tue, 13 Nov 2012 15:13:07 +0000
(15:13 +0000)
src/gallium/auxiliary/Makefile
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/Makefile
b/src/gallium/auxiliary/Makefile
index 3ba3f9c40b461c23b2018ad2058da78443326f06..dc2800337a591338218fe34da872296389e37eb5 100644
(file)
--- a/
src/gallium/auxiliary/Makefile
+++ b/
src/gallium/auxiliary/Makefile
@@
-13,6
+13,7
@@
C_SOURCES += \
$(GALLIVM_SOURCES)
CPP_SOURCES += \
$(GALLIVM_CPP_SOURCES)
+CXXFLAGS += $(LLVM_CXXFLAGS)
endif