search for: 94e67113

Displaying 2 results from an estimated 2 matches for "94e67113".

Did you mean: 947113
2014 Mar 18
2
[LLVMdev] Problems building host tools when cross compiling LLVM
...mething. -- 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>
2014 Mar 18
2
[LLVMdev] Problems building host tools when cross compiling LLVM
Hi All, I recently ran into an issue that was posted several years back on LLVMdev [1]. A brief recap of the problem is that when cross-compiling LLVM itself the configure/make scripts get confused when creating the needed build host tools. For example, building and configuring like: CC_FOR_BUILD='i686-pc-linux-gnu-gcc' CXX_FOR_BUILD='i686-pc-linux-gnu-g++'