History log of /external/lldb/source/Core/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
5577ce043b8d766d5a12ed12a1223385eadb6da1 03-Jul-2013 Jason Molenda <jmolenda@apple.com> Remove lldb's custom copy of the C++ demangler, used only on Mac
OS X. Testsuite shows no change in results using the system runtime's
demangler.
<rdar://problem/12029914>


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185510 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/Makefile
dbe390e63127649ee2550eb144648d9e3aa65080 17-May-2013 Greg Clayton <gclayton@apple.com> Allow LLDB to be built on a system with an installed gcc/g++ that isn't the default. I recently installed gcc-4.7/g++-4.7 on Ubuntu and tried to build by specifying:

CC=gcc-4.7 CXX=g++-4.7

as configure and make args, but it didn't work when being run with makefiles. This patch fixes that.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@182158 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/Makefile
d85fab94ccafc97e3dea240e92a36fdbc5def6d1 15-Feb-2013 Filipe Cabecinhas <me@filcab.net> Only enable RTTI for cxa_demangle.cpp

If testing on Linux+clang proves it needs RTTI, wa can remove the
conditionals.

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@175242 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/Makefile
8bc4f6ea023aac820dbbd363bc45769fb70a2333 10-Dec-2012 Daniel Malea <daniel.malea@intel.com> Enable RTTI for liblldbCore.a when GCC is the compiler
- gcc does not like -fno-rtti mixed with dynamic_cast<> (in cxa_demangle.cpp)



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169767 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/Makefile
54e7afa84d945f9137f9372ecde432f9e1a702fc 09-Jul-2010 Greg Clayton <gclayton@apple.com> Merged Eli Friedman's linux build changes where he added Makefile files that
enabled LLVM make style building and made this compile LLDB on Mac OS X. We
can now iterate on this to make the build work on both linux and macosx.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108009 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/source/Core/Makefile