Meador Inge
2014-Mar-18 19:25 UTC
[LLVMdev] Problems building host tools when cross compiling LLVM
On 03/18/2014 01:51 PM, Eric Christopher wrote:> I missed it coming across the first time (and that's a long time ago). > I haven't had a chance to look at it and the archives don't have the > actual patch. Can you send it?Sure. See attached. This is the same as the patch provided by Ekaterina Sanina in the thread I linked. I can build fine with this applied for the scenario I described and the changes seem reasonable, but I am not all that familiar with the Makefile bits and might be missing something. -- Meador Inge CodeSourcery / Mentor Embedded -------------- next part -------------- A non-text attachment was scrubbed... Name: Makefile-cross-build-tools.patch Type: text/x-patch Size: 453 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140318/94e67113/attachment.bin>
Eric Christopher
2014-Mar-19 21:20 UTC
[LLVMdev] Problems building host tools when cross compiling LLVM
This should work fine for the cross compiling case I think. It won't help the "build the build tools with these compilers" but for native that's not really helpful anyhow. Feel free to commit and pay attention to any complaints if you don't mind :) -eric On Tue, Mar 18, 2014 at 12:25 PM, Meador Inge <meadori at codesourcery.com> wrote:> On 03/18/2014 01:51 PM, Eric Christopher wrote: > >> I missed it coming across the first time (and that's a long time ago). >> I haven't had a chance to look at it and the archives don't have the >> actual patch. Can you send it? > > Sure. See attached. This is the same as the patch provided by Ekaterina > Sanina in the thread I linked. > > I can build fine with this applied for the scenario I described and the changes > seem reasonable, but I am not all that familiar with the Makefile bits and > might be missing something. > > -- > Meador Inge > CodeSourcery / Mentor Embedded