#33987: llvm-3.0 fails to build on Tiger/ppc --------------------------------------+------------------------------------- Reporter: ryandesign@… | Owner: jeremyhu@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: 2.0.4 Resolution: fixed | Keywords: tiger Port: llvm-3.0 | --------------------------------------+------------------------------------- Changes (by jeremyhu@…): * status: new => closed * resolution: => fixed Comment: r92674 should work based on the information above. You should be able to just 'port selfupdate' and go from there. Note that powerpc codegen in llvm is a bit lacking. I made some improvements which are in 3.1, but 'long double' is still not correct. Older versions would generate bad values for many floating point types. Newer versions of llvm do the correct thing for float and double and will abort() on long double rather than generating bad code. http://llvm.org/bugs/show_bug.cgi?id=11933 -- Ticket URL: <https://trac.macports.org/ticket/33987#comment:20> MacPorts <http://www.macports.org/> Ports system for Mac OS