aboutsummaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2013-03-07Fix Linux i386 buildDaniel Malea
2012-10-31Use libxml2 on Mac OS X.Filipe Cabecinhas
2012-09-14Don't force libc++ and c++11 on everyone.Filipe Cabecinhas
2012-09-11Use c++11 and libc++ and it's headers, instead of gnu's libstdcppFilipe Cabecinhas
2012-02-22Revert the RTTI change from r151187. It make lldb compile with g++ 4.4 but it...Benjamin Kramer
2012-02-22Makefile build: remove warning flag that's not supported by GCC.Benjamin Kramer
2012-02-22Enable RTTI for the Makefile build, hopefully getting the linux build a bit f...Benjamin Kramer
2012-01-05This patch combines common code from Linux and FreeBSD intoJohnny Chen
2011-11-11build/Make: Tweak Clang include paths to use LLVM_{SRC,OBJ}_ROOT instead ofDaniel Dunbar
2011-10-31build: Add some -Wno's for things LLDB isn't clean on yet.Daniel Dunbar
2011-08-02Patch by David Forsythe to build lldb on FreeBSD!Johnny Chen
2011-06-20Enable the "make test" rule in the root MakefilePeter Collingbourne
2011-05-19python-config in MakefilesJohnny Chen
2011-05-17Forgot to check in this patch for Marco Minutoli.Johnny Chen
2011-02-05Python override patch from Jai Menon.Greg Clayton
2011-01-25Simple makefile fixups.Stephen Wilson
2011-01-06Ignore unknown pragmas.Stephen Wilson
2010-07-09Comment out test targets; they don't work on Linux because test/Makefile usesEli Friedman
2010-07-09Merged Eli Friedman's linux build changes where he added Makefile files thatGreg Clayton