#38177: clang-3.2 builds parts universal when not asked to ---------------------------+------------------------ Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 2.1.3 Resolution: | Keywords: Port: ld64 | ---------------------------+------------------------ Comment (by ryandesign@…): Replying to [comment:1 jeremyhu@…]:
ld is not provided by clang-3.2 nor llvm-3.2. It is provided by ld64. What is the output of: {{{ port -v installed ld64 }}}
llvm-3.2 is providing libLTO.dylib.
Oh you're right. I was confused because: {{{ $ port provides /opt/local/libexec/llvm-3.2/bin/ld /opt/local/libexec/llvm-3.2/bin/ld is provided by: clang-3.2 $ }}} But now I see: {{{ $ ls -l /opt/local/libexec/llvm-3.2/bin/ld lrwxrwxrwx 1 root admin 26 Feb 23 10:47 /opt/local/libexec/llvm-3.2/bin/ld -> /opt/local/libexec/ld64/ld $ port provides /opt/local/libexec/ld64/ld /opt/local/libexec/ld64/ld is provided by: ld64 $ port -v installed ld64 The following ports are currently installed: ld64 @127.2_6+llvm31+universal (active) platform='darwin 9' archs='i386 x86_64' $ }}} -- Ticket URL: <https://trac.macports.org/ticket/38177#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS