summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/SConscript
diff options
context:
space:
mode:
authorJosé Fonseca <jfonseca@vmware.com>2013-10-16 15:05:51 -0700
committerJosé Fonseca <jfonseca@vmware.com>2013-10-16 15:05:51 -0700
commit40ddd8b659db1224ce6a0fe6db786b1551ce88ee (patch)
treeb7d36bb1cafc0de06af3bd33158baf7144d7c43c /src/gallium/auxiliary/SConscript
parent9da4021626dd48a1cc25054d1d4009e098f4d97b (diff)
downloadexternal_mesa3d-40ddd8b659db1224ce6a0fe6db786b1551ce88ee.zip
external_mesa3d-40ddd8b659db1224ce6a0fe6db786b1551ce88ee.tar.gz
external_mesa3d-40ddd8b659db1224ce6a0fe6db786b1551ce88ee.tar.bz2
Revert "scons: Fix build when rtti is disabled"
This reverts commit 94d05bf87a21bd364e84f699a0064e5fba58a6f9 as it has a few problems: - it breaks windows builds becuase env[LLVM_CXXFLAGS] is never set there - it is merging not only rtti, but the whole cxxflags (defines etc) which has proven to be a source of troubles (breaks debugging etc.)
Diffstat (limited to 'src/gallium/auxiliary/SConscript')
-rw-r--r--src/gallium/auxiliary/SConscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/SConscript b/src/gallium/auxiliary/SConscript
index 3ac3112..31dfed3 100644
--- a/src/gallium/auxiliary/SConscript
+++ b/src/gallium/auxiliary/SConscript
@@ -46,8 +46,6 @@ source = env.ParseSourceList('Makefile.sources', [
])
if env['llvm']:
- env.Append(CXXFLAGS = env['LLVM_CXXFLAGS'])
-
source += env.ParseSourceList('Makefile.sources', [
'GALLIVM_SOURCES',
'GALLIVM_CPP_SOURCES'