Fix Linux i386 build
authorDaniel Malea <daniel.malea@intel.com>
Thu, 7 Mar 2013 00:48:53 +0000 (00:48 +0000)
committerDaniel Malea <daniel.malea@intel.com>
Thu, 7 Mar 2013 00:48:53 +0000 (00:48 +0000)
commit4ebaace6b3914be554a8d5943b5a8597ad29b808
treec358276ceaeecfa626d2909f53e1d46def174d8e
parent0d03deeeb9800cb3ee482098c5a6e40428664f49
Fix Linux i386 build
- missing definitions were causing different definitions of type 'off_t', resulting in linker errors
- fix is to define _LARGEFILE_SOURCE and _FILE_OFFSET_BITS=64

llvm-svn: 176595
lldb/CMakeLists.txt
lldb/Makefile