Opened 15 years ago
Closed 15 years ago
#22578 closed defect (fixed)
llvm 2.6 builds for i386 on Snow Leopard
Reported by: | ryandesign (Ryan Carsten Schmidt) | Owned by: | erickt@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.1 |
Keywords: | Cc: | ||
Port: | llvm |
Description
On Snow Leopard, llvm @2.6_1 installs files built for the i386 architecture, causing ports like pure that try to use llvm to fail. llvm @2.5_1 properly built everything for x86_64 on Snow Leopard. llvm should respect the configure.build_arch variable. I don't see anything obvious in r60440 that would account for this regression, so maybe an upstream change was responsible. There is an upstream bug report (closed) with some suggestions.
Change History (1)
comment:1 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in r61126.