<html>
<head>
<base href="https://llvm.org/bugs/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW --- - autoconf picks up build machines "strip" instead of picking up the strip from cross-compile toolchain"
href="https://llvm.org/bugs/show_bug.cgi?id=22946">22946</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>autoconf picks up build machines "strip" instead of picking up the strip from cross-compile toolchain
</td>
</tr>
<tr>
<th>Product</th>
<td>Build scripts
</td>
</tr>
<tr>
<th>Version</th>
<td>3.5
</td>
</tr>
<tr>
<th>Hardware</th>
<td>PC
</td>
</tr>
<tr>
<th>OS</th>
<td>Linux
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>normal
</td>
</tr>
<tr>
<th>Priority</th>
<td>P
</td>
</tr>
<tr>
<th>Component</th>
<td>autoconf
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>vishnusuganth@gmail.com
</td>
</tr>
<tr>
<th>CC</th>
<td>llvmbugs@cs.uiuc.edu
</td>
</tr>
<tr>
<th>Classification</th>
<td>Unclassified
</td>
</tr></table>
<p>
<div>
<pre>Created <span class=""><a href="attachment.cgi?id=14067" name="attach_14067" title="Build log when it breaks">attachment 14067</a> <a href="attachment.cgi?id=14067&action=edit" title="Build log when it breaks">[details]</a></span>
Build log when it breaks
I am trying to cross-build Julia for ARMv6 using
arm-buildroot-linux-uclibcgnueabi cross-compiler toolchain on an
x86_64-linux-gnu.LLVM gets built during the Julia build process.While all other
Julia dependency libraries are picking up
"arm-buildroot-linux-uclibcgnueabi-strip" during the build process,LLVM build
alone picks up x86_64-linux-gnu-strip and thus the build breaks.
Is there any way I could force the LLVM build to use
"arm-buildroot-linux-uclibcgnueabi-strip" ?
I have attached the build error log when it breaks.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are on the CC list for the bug.</li>
</ul>
</body>
</html>