xiaoyaollvm
2013-Apr-27 07:55 UTC
[LLVMdev] How to build the 32bit version of llvm in the ubuntu 64bit
Hi, all: I want to build the 32bit version of llvm in the ubuntu 64bit, need I add some parameter? Thanks yao -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130427/cff0539d/attachment.html>
Tim Northover
2013-Apr-27 08:04 UTC
[LLVMdev] How to build the 32bit version of llvm in the ubuntu 64bit
Hi Yao,> I want to build the 32bit version of llvm in the ubuntu 64bit, need I add > some parameter?If you're using CMake, it's "-DLLVM_BUILD_32_BITS=ON". I couldn't see an autotools equivalent after a quick grep. You might be able to do something by adding "-m32" to CFLAGS or other hackery though. Tim
Jiong Wang
2013-Apr-27 08:08 UTC
[LLVMdev] How to build the 32bit version of llvm in the ubuntu 64bit
On 04/27/2013 03:55 PM, xiaoyaollvm wrote:> Hi, all: > I want to build the 32bit version of llvm in the ubuntu 64bit, need I add some parameter? > Thanksyou can refer http://llvm.org/bugs/show_bug.cgi?id=11145> yao > > > > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev-- Regards, Jiong. Wang Tilera Corporation. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130427/e11247c9/attachment.html>
Possibly Parallel Threads
- [LLVMdev] [RFC] TileGX, a new backend for Tilera's many core processor
- [LLVMdev] RFC: TileGX, a new backend for Tilera's many core processor
- [LLVMdev] About commit TILE-Gx backend to community repository and default disabled
- [LLVMdev] RFC: TileGX, a new backend for Tilera's many core processor
- [LLVMdev] About commit TILE-Gx backend to community repository and default disabled