mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 11:13:28 +01:00
Don't touch CXXFLAGS. If it's set in the environment then sub-makes will see
the variable that we set as though it came from the user. Fixes PR6835. llvm-svn: 102239
This commit is contained in:
parent
ec4cc9ce14
commit
76c5fe4e6c
@ -388,7 +388,6 @@ endif
|
||||
# If REQUIRES_RTTI=1 is specified then don't disable run-time type id.
|
||||
ifneq ($(REQUIRES_RTTI), 1)
|
||||
CXX.Flags += -fno-rtti
|
||||
CXXFLAGS += -fno-rtti
|
||||
endif
|
||||
|
||||
ifdef ENABLE_COVERAGE
|
||||
|
Loading…
Reference in New Issue
Block a user