summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Stellard <thomas.stellard@amd.com>2012-11-09 07:59:33 -0500
committerTom Stellard <thomas.stellard@amd.com>2012-11-13 15:13:07 +0000
commit2e6b81ff7a452459577aaaa94b4d0c7a62c54823 (patch)
treec80ac018272817de6e5a74b918f60301f6a41f15
parente3813ecfa3e750b0123ab63ea857b5ed6edb8698 (diff)
auxillary: Append LLVM_CXXFLAGS to CXXFLAGS
-rw-r--r--src/gallium/auxiliary/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile
index 3ba3f9c40b..dc2800337a 100644
--- 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