<html>
<head>
<base href="http://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 --- - Error when trying to build fat binaries of compiler-rt"
href="http://llvm.org/bugs/show_bug.cgi?id=17160">17160</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Error when trying to build fat binaries of compiler-rt
</td>
</tr>
<tr>
<th>Product</th>
<td>compiler-rt
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>Macintosh
</td>
</tr>
<tr>
<th>OS</th>
<td>MacOS X
</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>compiler-rt
</td>
</tr>
<tr>
<th>Assignee</th>
<td>unassignedbugs@nondot.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>coolstarorganization@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>When I try building fat binaries of LLVM 3.3 on OS X, it errors when trying to
build compiler-rt. I use the following configure command:
"../llvm-3.3/configure CC='xcrun -sdk macosx10.8 clang -arch i386 -arch x86_64'
CXX='xcrun -sdk macosx10.8 clang++ -arch i386 -arch x86_64' CPP='xcrun -sdk
macosx10.8 clang -arch x86_64 -E' CXXCPP='xcrun -sdk macosx10.8 clang++ -arch
x86_64 -E' --enable-optimized --disable-assertions"
When it tries making compiler_rt, lipo complains there's no files specified,
and the build stops. LLVM and Clang were built successfully, however.</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>