History log of /external/lldb/tools/driver/Makefile
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
fa2cd91f47a7782b9c040058aed369e022e332d3 01-Jul-2013 Sylvestre Ledru <sylvestre@debian.org> Following the modification introduced in llvm by commit 185311

The build system is currently miss-identifying GNU/kFreeBSD as FreeBSD.
This kind of simplification is sometimes useful, but in general it's not correct.

As GNU/kFreeBSD is an hybrid system, for kernel-related issues we want to match the
build definitions used for FreeBSD, whereas for userland-related issues we want to
match the definitions used for other systems with Glibc.

The current modification adjusts the build system so that they can be distinguished,
and explicitly adds GNU/kFreeBSD to the build checks in which it belongs.

Fixes bug #16446.

Patch by Robert Millan in the context of Debian.



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@185313 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
b9db9d5bb01963774f28540dbe2c5a11f586ff29 07-Dec-2012 Daniel Malea <daniel.malea@intel.com> Fix a few more clang (3.2) warnings on Linux:
- remove unused members
- add NO_PEDANTIC to selected Makefiles
- fix return values (removed NULL as needed)
- disable warning about four-char-constants
- remove unneeded const from operator*() declaration
- add missing lambda function return types
- fix printf() with no format string
- change sizeof to use a type name instead of variable name
- fix Linux ProcessMonitor.cpp to be 32/64 bit friendly
- disable warnings emitted by swig-generated C++ code

Patch by Matt Kopec!



git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@169645 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
9ea7d8750030914f13dcdfe167542b8047de51a4 29-May-2012 Filipe Cabecinhas <me@filcab.net> Substitute LLVMLibsOptions for LD.Flags so we can find the mentioned libs

git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@157616 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
7e9964783acae183c23a7ea470cedd64472eb233 05-Jan-2012 Johnny Chen <johnny.chen@apple.com> This patch combines common code from Linux and FreeBSD into
a new POSIX platform. It also contains fixes for 64bit FreeBSD.

The patch is based on changes by Mark Peek <mp@FreeBSD.org> and
"K. Macy" <kmacy@freebsd.org> in their github repo located at
https://github.com/fbsd/lldb.


git-svn-id: https://llvm.org/svn/llvm-project/lldb/trunk@147609 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
4b66329ac82b5f3d939bd31b4d1498da9257d85a 02-Aug-2011 Johnny Chen <johnny.chen@apple.com> Patch by David Forsythe to build lldb on FreeBSD!

I did not take the patch for ClangExpressionParser.cpp since there was a
recent change by Peter for the same line. Feel free to disagree. :-)

Reference:
----------------------------------------------------------------------
r136580 | pcc | 2011-07-30 15:42:24 -0700 (Sat, 30 Jul 2011) | 3 lines

Add reloc arg to standard JIT createJIT()

Fixes non-__APPLE__ build. Patch by Matt Johnson!
----------------------------------------------------------------------

Also, I ignore the part of the patch to remove the RegisterContextDarwin*.h/.cpp.


git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@136720 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
52ce56101e97732def08c46279cffcb693458e63 13-Mar-2011 Stephen Wilson <wilsons@start.ca> Fix makefile builds when llvm is configured with -enable-shared.

We were dropping the expansion of -rpath=$(LibDir) on linux, which resulted in
the build not being able to resolve libLLVM.so. Bring in the definition before
expanding the values hanging off LD.Flags.

Thanks to Jason E. Aten for reporting this!





git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@127570 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
980d067aa269147da6ca8e59dee583a7936af67c 13-Jul-2010 Greg Clayton <gclayton@apple.com> Patch from Jean-Daniel Dupas:

Makefile patch to explicitly use PROJ_SRC_DIR when required. It fixes
build when obj dir is not source dir.

I also fixed a build warning in ClangResultSynthesizer.cpp.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108210 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/Makefile
26f93cead39bed47837880605ed70562e2796818 10-Jul-2010 Eli Friedman <eli.friedman@gmail.com> Make current Makefiles work on Linux (at least, they work for me). Please
tell me if this breaks anything.



git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108025 91177308-0d34-0410-b5e6-96231b3b80d8
/external/lldb/tools/driver/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/tools/driver/Makefile