diff options
author | Tom Stellard <[email protected]> | 2012-11-09 07:59:33 -0500 |
---|---|---|
committer | Tom Stellard <[email protected]> | 2012-11-13 15:13:07 +0000 |
commit | 2e6b81ff7a452459577aaaa94b4d0c7a62c54823 (patch) | |
tree | c80ac018272817de6e5a74b918f60301f6a41f15 /src/gallium | |
parent | e3813ecfa3e750b0123ab63ea857b5ed6edb8698 (diff) |
auxillary: Append LLVM_CXXFLAGS to CXXFLAGS
Diffstat (limited to 'src/gallium')
-rw-r--r-- | src/gallium/auxiliary/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/Makefile b/src/gallium/auxiliary/Makefile index 3ba3f9c40b4..dc2800337a5 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 |