forked from OSchip/llvm-project
Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it doesn't link anymore. The bug seems to be fixed in g++ 4.5.
llvm-svn: 151198
This commit is contained in:
parent
c41c5a8c39
commit
7390330c86
|
@ -25,9 +25,6 @@ endif
|
|||
# Set LLVM source root level.
|
||||
LEVEL := $(LLDB_LEVEL)/../..
|
||||
|
||||
# shared_ptr from libstdc++ requires RTTI.
|
||||
REQUIRES_RTTI := 1
|
||||
|
||||
# Include LLVM common makefile.
|
||||
include $(LEVEL)/Makefile.common
|
||||
|
||||
|
|
Loading…
Reference in New Issue